noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 56/219: Task #1469 : Les esperluettes ne pa


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 56/219: Task #1469 : Les esperluettes ne passent pas dans les libellés pour «opération identique».
Date: Mon, 18 Dec 2017 13:22:38 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit db673bfc2fd5a28f414ccc81a9c3fad846cbcb5a
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 24 10:11:42 2017 +0200

    Task #1469 :  Les esperluettes ne passent pas dans les libellés
     pour «opération identique».
---
 include/class/acc_ledger_purchase.class.php |  2 +-
 include/class/acc_ledger_sold.class.php     |  2 +-
 include/compta_ven.inc.php                  | 10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/include/class/acc_ledger_purchase.class.php 
b/include/class/acc_ledger_purchase.class.php
index f031dd1..8edd3f6 100644
--- a/include/class/acc_ledger_purchase.class.php
+++ b/include/class/acc_ledger_purchase.class.php
@@ -1067,7 +1067,7 @@ class  Acc_Ledger_Purchase extends Acc_Ledger
         $Commentaire->size=60;
         $Commentaire->tabindex=3;
         $label=HtmlInput::infobulle(1) ;
-        $f_desc=$Commentaire->input("e_comm",h($e_comm));
+        $f_desc=$Commentaire->input("e_comm",$e_comm);
 
         // PJ
         //--
diff --git a/include/class/acc_ledger_sold.class.php 
b/include/class/acc_ledger_sold.class.php
index b857c70..d3291f2 100644
--- a/include/class/acc_ledger_sold.class.php
+++ b/include/class/acc_ledger_sold.class.php
@@ -1106,7 +1106,7 @@ EOF;
 
         $label = HtmlInput::infobulle(1);
 
-        $f_desc = $Commentaire->input("e_comm", h($e_comm)) ;
+        $f_desc = $Commentaire->input("e_comm", $e_comm) ;
         // PJ
         //--
         /* suggest PJ ? */
diff --git a/include/compta_ven.inc.php b/include/compta_ven.inc.php
index 2364f25..b6ee2bc 100644
--- a/include/compta_ven.inc.php
+++ b/include/compta_ven.inc.php
@@ -229,12 +229,12 @@ show_tab(a_tab,'facturation_div_id');
             return;
         }
     }
-    //  ------------------------------
-    /* Display a blank form or a form with predef operation */
-    //  ------------------------------
+//  ------------------------------
+/* Display a blank form or a form with predef operation */
+//  ------------------------------
 
-    $array=(isset($_POST['correct'])||isset ($correct))?$_POST:null;
-    $Ledger=new Acc_Ledger_Sold($cn,0);
+$array=(isset($_POST['correct'])||isset ($correct))?$_POST:null;
+$Ledger=new Acc_Ledger_Sold($cn,0);
 //
 // pre defined operation
 //



reply via email to

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