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);