diff --git a/include/balance.inc.php b/include/balance.inc.php index 941f27f0e..ef5083ddb 100644 --- a/include/balance.inc.php +++ b/include/balance.inc.php @@ -60,6 +60,13 @@ echo $w->IOValue('to_periode',$periode_end); //------------------------------------------------- $l=new Acc_Ledger($cn,0); $journal=$l->select_ledger('ALL',3); + +/* add a all ledger choice */ +$blank=array('value'=>-1,'label'=>'Tous les journaux '); +$array=$journal->value; +$array[]=$blank; +$journal->value=$array; + $journal->name="p_jrn";