PHP8.2 : deprecated dynamique attr.
This commit is contained in:
parent
c540b289dd
commit
f813469c5d
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue