diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index 8b077ce13..5049f2ff1 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -163,7 +163,7 @@ function update_row(ctl) try { var row_to_keep=3; /* Number of row to keep (head and foot)*/ - if ( ctl === 'quick_item' ) { row_to_keep=2;} /* for ODS , only 2 rows to keep */ + if ( ctl === 'quick_item' ) { row_to_keep=1;} /* for ODS , only 1 rows to keep */ var jrn = g('p_jrn').value; var dossier = g('gDossier').value; var qs = encodeURI('gDossier=' + dossier + '&op=minrow&j=' + jrn + '&ctl=' + ctl); diff --git a/html/js/compute_direct.js b/html/js/compute_direct.js index ae30e49fb..3e2457f42 100644 --- a/html/js/compute_direct.js +++ b/html/js/compute_direct.js @@ -73,7 +73,7 @@ function checkTotalDirect() total_cred+=amount; } } - + // alert_box("amount ="+i+"="+amount+" cred/deb = "+deb+"total d/b"+total_deb+"/"+total_cred); }