[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 62/86: PHP8.2 : deprecated dynamique attr.
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 62/86: PHP8.2 : deprecated dynamique attr. |
Date: |
Thu, 19 Sep 2024 02:42:01 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit f813469c5dfa529da435b80f20c30a06fee1f206
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;
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, (continued)
- [Noalyss-commit] [noalyss] 64/86: Merge branch '240903-cosmetic-saved-search' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 67/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 69/86: Bug : saved search does not take the date end, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 77/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 51/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 61/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 68/86: PHP8.2 : deprecated dynamique attr., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 74/86: CSS : Cosmetic add CSS h-section and super (for detail), dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 72/86: Cosmetic add CSS h-section, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 85/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 62/86: PHP8.2 : deprecated dynamique attr.,
dwm <=
- [Noalyss-commit] [noalyss] 58/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 60/86: Set the DB to the version 202 for NOALYSS9.3 correct make-sql, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 71/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 73/86: CSS : class=super for link, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 65/86: Cosmetic , missing bcscale and code cleaning, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 79/86: css : Cosmetic add CSS h-section, dwm, 2024/09/19