noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Bug 997 : missing tag VEN_ART_TVA Task


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Bug 997 : missing tag VEN_ART_TVA Task #997 - tag VEN_TVA n'existe pas
Date: Fri, 23 May 2014 20:01:18 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit f4cc71513f26069b04c647d9bf47c547bccb4ccb
Author: Dany De Bontridder <address@hidden>
Date:   Fri May 23 21:58:24 2014 +0200

    Bug 997 : missing tag VEN_ART_TVA
    Task #997 - tag VEN_TVA n'existe pas
---
 include/class_document.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/class_document.php b/include/class_document.php
index 1d742a5..dd4942c 100644
--- a/include/class_document.php
+++ b/include/class_document.php
@@ -935,6 +935,7 @@ class Document
 
             /* total VAT for one sold */
         case 'TVA_AMOUNT':
+        case 'VEN_TVA':
             extract ($p_array);
             $qt='e_quant'.$counter;
             $price='e_march'.$counter.'_price' ;
@@ -951,6 +952,7 @@ class Document
             break;
             /* TVA automatically computed */
         case 'VEN_ART_TVA':
+        
             extract ($p_array);
             $qt='e_quant'.$counter;
             $price='e_march'.$counter.'_price' ;



reply via email to

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