[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties |
Date: |
Thu, 18 Jul 2024 12:24:45 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit ff1a2b1656b5702a44c0a2a439e573b969708db5
Author: Dany wm <danydb@noalyss.eu>
AuthorDate: Sun Jun 23 10:59:49 2024 +0200
PHP8.2 Allow Dynamic Properties
---
include/class/acc_report.class.php | 2 ++
include/class/pdf_land.class.php | 1 +
2 files changed, 3 insertions(+)
diff --git a/include/class/acc_report.class.php
b/include/class/acc_report.class.php
index 6c2ef98d3..ded919637 100644
--- a/include/class/acc_report.class.php
+++ b/include/class/acc_report.class.php
@@ -35,6 +35,8 @@ class Acc_Report
private $form_definition; /*!< form_definition_sql */
var $row;
var $nb;
+ var $id;
+ var $name;
/*!
\brief Constructor
*/
diff --git a/include/class/pdf_land.class.php b/include/class/pdf_land.class.php
index d807330c3..6f087bf3c 100644
--- a/include/class/pdf_land.class.php
+++ b/include/class/pdf_land.class.php
@@ -29,6 +29,7 @@
* @class PDFLand
* @brief PDF in landscape mode
*/
+#[\AllowDynamicProperties]
class PDFLand extends PDF
{
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1, (continued)
- [Noalyss-commit] [noalyss] 21/33: Fix Bug Cosmetic: appearance : color of menu1, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 03/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 01/33: tag 9206, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 05/33: IMPROVE #0002362: CCARDAT : Attribut de fiche Add control for element (choice) and allow to use VALUE(1, 1), (2, 2), dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 26/33: PRINTJRN Cosmetic : 2 columns reversed, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 27/33: SQL : menu cosmetic, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 12/33: Menu not printable, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 14/33: PHP8.2 Allow Dynamic Properties, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 13/33: PRINTTVA : display tva_code, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 30/33: ODS : duplicate in currency, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 11/33: PHP8.2 Allow Dynamic Properties,
dwm <=
- [Noalyss-commit] [noalyss] 25/33: Block new operation with deactivated card, dwm, 2024/07/18
- [Noalyss-commit] [noalyss] 15/33: Menu not printable, dwm, 2024/07/18