Merge branch 'dev7109' into entreprise
# Conflicts: # html/install.php # include/class/acc_ledger.class.php # include/class/noalyss_parameter_folder.class.php # include/company.inc.php
This commit is contained in:
commit
0030779e71
59 changed files with 804 additions and 197 deletions
|
|
@ -1367,7 +1367,7 @@ function load_filter(p_div,p_dossier,p_filter_id) {
|
|||
var elt=['ledger_type','date_start','date_end','date_paid_start','date_paid_end','desc','amount_min','amount_max','qcode','accounting'];
|
||||
for (var i=0;i<elt.length;i++) {
|
||||
var idx=elt[i];
|
||||
$(p_div+idx).value=answer[elt[i]]
|
||||
$(p_div+idx).value=answer[elt[i]];
|
||||
}
|
||||
// fillup the r_jrn array
|
||||
var eltLedgerId=$("ledger_id"+p_div);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue