noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then m


From: dwm
Subject: [Noalyss-commit] [noalyss] 12/16: Data_SQL if we use $this->sql , then must be set SQL
Date: Tue, 27 May 2025 09:26:10 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit f93c2cbee0d67622cc39f79fb19b466256a731bb
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu May 22 00:04:10 2025 +0200

    Data_SQL if we use $this->sql , then must be set SQL
---
 include/database/acc_plan_sql.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/database/acc_plan_sql.class.php 
b/include/database/acc_plan_sql.class.php
index c26023c85..99164aac7 100644
--- a/include/database/acc_plan_sql.class.php
+++ b/include/database/acc_plan_sql.class.php
@@ -33,6 +33,7 @@ class Acc_Plan_SQL extends Data_SQL
 {   
 
         private $limit_fiche_qcode;
+        var $sql;
     function __construct($p_cn, $p_id=-1)
     {
         $this->table = "accounting_card";



reply via email to

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