noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/03: Correct bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/03: Correct bug
Date: Sun, 09 Mar 2014 20:19:59 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit e3daf410037564e94b33b4432a87ddf84f97cd41
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 9 21:18:17 2014 +0100

    Correct bug
---
 include/class_follow_up.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/class_follow_up.php b/include/class_follow_up.php
index 8258357..8eadeff 100644
--- a/include/class_follow_up.php
+++ b/include/class_follow_up.php
@@ -497,7 +497,7 @@ class Follow_Up
                        $num->name = "e_march" . $i . "_tva_amount";
                        $num->id = "e_march" . $i . "_tva_amount";
                        $num->value = ($tmp_ad) ? 
$tmp_ad->get_parameter('tva_amount') : 0;
-                       $num->javascript = " onchange=\"compute_ledger(' . $i . 
')\"";
+                       $num->javascript = " onchange=\"compute_ledger('" . $i 
." ')\"";
                        $num->size = 8;
                        $aArticle[$i]['tva'] = $num->input();
 



reply via email to

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