noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 124/173: Merge branch 'v7110-stable' into ent


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 124/173: Merge branch 'v7110-stable' into entreprise
Date: Mon, 22 Mar 2021 12:59:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f51e4b635c31731a38e2902fa068dc5b15cd727b
Merge: 8ca0bc2 4deb13b
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Fri Nov 1 13:29:20 2019 +0100

    Merge branch 'v7110-stable' into entreprise

 html/fid.php                                |  9 +++++----
 include/ajax/ajax_card.php                  | 13 +++++++++----
 include/class/acc_ledger_purchase.class.php |  8 ++++----
 include/class/acc_ledger_sold.class.php     |  6 +++---
 4 files changed, 21 insertions(+), 15 deletions(-)

diff --cc include/class/acc_ledger_sold.class.php
index bb94f91,ef09d1f..44b724e
--- a/include/class/acc_ledger_sold.class.php
+++ b/include/class/acc_ledger_sold.class.php
@@@ -1498,7 -1334,7 +1498,7 @@@ EOF
              $Quantity = new INum();
              $Quantity->setReadOnly(false);
              $Quantity->size = 8;
-             $Quantity->javascript = 
"onChange=\"format_number(this);clean_tva($i);compute_ledger($i);\"";
 -            $Quantity->javascript = 
"onchange='format_number(this);clean_tva($i);compute_ledger($i)'";
++            $Quantity->javascript = 
"onchange=\"format_number(this);clean_tva($i);compute_ledger($i);\"";
              $array[$i]['quantity'] = $Quantity->input("e_quant" . $i, $quant);
          }// foreach article
          $f_type = _('Client');



reply via email to

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