Bug 997 : missing tag VEN_ART_TVA

Task #997 - tag VEN_TVA n'existe pas
This commit is contained in:
Dany De Bontridder 2014-05-23 21:58:24 +02:00
parent fcbfaec5f3
commit f4cc71513f

View file

@ -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' ;