noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr.


From: dwm
Subject: [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr.
Date: Thu, 19 Sep 2024 02:42:02 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 2eec0f163caa9ad098b4e129c296a29130cdbfc6
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Sep 8 11:31:08 2024 +0200

    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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]