PHP8.2 : deprecated dynamique attr.

This commit is contained in:
sparkyx 2024-09-08 11:31:08 +02:00
parent c540b289dd
commit f813469c5d

View file

@ -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;