FS#104 Add the ability to select several ledgers for the search
This commit is contained in:
parent
d19e2b9ad5
commit
4a75de6f8c
4 changed files with 30 additions and 28 deletions
|
|
@ -240,7 +240,7 @@ echo $string => {'prop':'1','prop2':'2','prop3':'3'};
|
|||
static function select_ledger($p_array,$p_selected) {
|
||||
ob_start();
|
||||
$ledger=new IButton('l');
|
||||
$ledger->label="Journaux";
|
||||
$ledger->label="choix des journaux";
|
||||
$ledger->javascript=" show_ledger_choice()";
|
||||
echo $ledger->input();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue