noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/03: Bug cannot add row and compute


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/03: Bug cannot add row and compute
Date: Sun, 09 Mar 2014 20:19:58 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 5f5594a64329288194b7499a76f2f360abe080c6
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 9 21:16:57 2014 +0100

    Bug cannot add row and compute
---
 html/js/acc_ledger.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 2eebc62..cc9b0ac 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -1063,6 +1063,8 @@ function gestion_add_row()
             new_tt = new_tt.replace(/sold\(0\)/g, "sold(" + nb.value + ")");
             new_tt = new_tt.replace(/compute_ledger\(0\)/g, "compute_ledger(" 
+ nb.value + ")");
             new_tt = new_tt.replace(/clean_tva\(0\)/g, "clean_tva(" + nb.value 
+ ")");
+            new_tt = new_tt + '<input type="hidden" 
id="tva_march'+nb.value+'">';
+               new_tt = new_tt + '<input type="hidden" 
id="htva_march'+nb.value+'">';
             newCell.innerHTML = new_tt;
             if ( mytable.rows[1].cells[e].hasClassName("num") ) {
                 newCell.addClassName("num");



reply via email to

[Prev in Thread] Current Thread [Next in Thread]