Fix ledger selection in balance
This commit is contained in:
parent
91be6b5da7
commit
62bb3a0fc5
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ echo 'Filtre ';
|
|||
$rad=new IRadio();
|
||||
$array_ledger=$g_user->get_ledger('ALL',3);
|
||||
$array=get_array_column($array_ledger,'jrn_def_id');
|
||||
$selected=(isset($_GET['balr_jrn']))?$_GET['balr_jrn']:null;
|
||||
$selected=(isset($_GET['r_jrn']))?$_GET['r_jrn']:null;
|
||||
$select_cat=(isset($_GET['r_cat']))?$_GET['r_cat']:null;
|
||||
$array_cat=Acc_Ledger::array_cat();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue