Accounting input a little bit bigger

This commit is contained in:
sparkyx 2022-09-10 20:05:04 +02:00
parent 521ba9ee45
commit ec636da944

View file

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