noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: Accounting input a little bit bigger


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: Accounting input a little bit bigger
Date: Sat, 10 Sep 2022 14:35:45 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ec636da944a3113ff611409cd65787e6ca4fe246
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 10 20:05:04 2022 +0200

    Accounting input a little bit bigger
---
 include/class/acc_ledger.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/acc_ledger.class.php 
b/include/class/acc_ledger.class.php
index 6d76cf302..8f422529f 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1013,6 +1013,7 @@ class Acc_Ledger  extends jrn_def_sql
             // Account
             $poste=new IPoste();
             $poste->name='poste'.$i;
+            $poste->id='poste'.$i;
             $poste->set_attribute('ipopup', 'ipop_account');
             $poste->set_attribute('label', 'ld'.$i);
             $poste->set_attribute('account', 'poste'.$i);



reply via email to

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