From f93c2cbee0d67622cc39f79fb19b466256a731bb Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 22 May 2025 00:04:10 +0200 Subject: [PATCH] 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";