Model of operation in a DIV

This commit is contained in:
Dany De Bontridder 2013-08-30 22:25:45 +00:00
parent f241ffc1c4
commit 65b7553fa2
10 changed files with 88 additions and 78 deletions

View file

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