From 8f54b625a3ce6eb9ae5fa485a276653e5b68a63f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 15 Dec 2011 19:42:49 +0000 Subject: [PATCH] small bug : let duplicate reconciliation in FIN --- html/js/acc_ledger.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index c30dbe324..dc4ddb29d 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -257,6 +257,7 @@ function ledger_fin_add_row() g("e_other"+nb.value).value=""; g("e_other"+nb.value+'_amount').value="0"; g("e_other"+nb.value+'_comment').value=""; + g("e_concerned"+nb.value).value=""; nb.value++; } /**