Model of operation in a DIV
This commit is contained in:
parent
f241ffc1c4
commit
65b7553fa2
10 changed files with 88 additions and 78 deletions
|
|
@ -1586,7 +1586,7 @@ class Acc_Ledger extends jrn_def_sql
|
|||
$wLedger = $this->select_ledger('ODS', 2);
|
||||
if ($wLedger == null)
|
||||
exit(_('Pas de journal disponible'));
|
||||
$wLedger->javascript = "onChange='update_name();update_predef(\"ods\",\"t\");$add_js'";
|
||||
$wLedger->javascript = "onChange='update_name();update_predef(\"ods\",\"t\",\"".$_REQUEST['ac']."\");$add_js'";
|
||||
$label = " Journal " . HtmlInput::infobulle(2);
|
||||
|
||||
$ret.=$label . $wLedger->input();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue