From f813469c5dfa529da435b80f20c30a06fee1f206 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 8 Sep 2024 11:31:08 +0200 Subject: [PATCH] PHP8.2 : deprecated dynamique attr. --- include/class/acc_tva.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/class/acc_tva.class.php b/include/class/acc_tva.class.php index 92e206304..d9fcf4d28 100644 --- a/include/class/acc_tva.class.php +++ b/include/class/acc_tva.class.php @@ -40,13 +40,14 @@ class Acc_Tva "rate"=>"tva_rate", "comment"=>"tva_comment", "account"=>"tva_poste", - "both_side"=>'tva_both_side'); + "both_side"=>'tva_both_side', + 'tva_code'); public $tva_id, $tva_label, $tva_rate, $tva_comment, $tva_poste, - $tva_both_side; + $tva_both_side,$tva_code; private $cn; //!< Database connection private Tva_Rate_SQL $tva_rate_sql;