small bug : let duplicate reconciliation in FIN

This commit is contained in:
Dany De Bontridder 2011-12-15 19:42:49 +00:00
parent 4375306428
commit 8f54b625a3

View file

@ -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++;
}
/**