From ec636da944a3113ff611409cd65787e6ca4fe246 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 10 Sep 2022 20:05:04 +0200 Subject: [PATCH] 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);