From ff5adebe2753b53eb9fbecc2c7c36dba5b03705c Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 21 Nov 2014 22:55:38 +0100 Subject: [PATCH] Documentation --- html/js/acc_ledger.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js index 849b739e5..60ca15fca 100644 --- a/html/js/acc_ledger.js +++ b/html/js/acc_ledger.js @@ -342,6 +342,8 @@ function ledger_fin_add_row() /** * @brief add a line in the form for the purchase ledger + * @param p_dossier folder id + * @param p_table_name */ function ledger_add_row() { @@ -378,7 +380,7 @@ function ledger_add_row() new_tt.evalScripts(); } catch(e) {alert(e.message);} -} + } /** * @brief compute the sum of a purchase, update the span tvac, htva and tva * all the needed data are taken from the document (hidden field : gdossier)