Fix issue for variable total_vat to total_tva
This commit is contained in:
parent
cdcd54e6fe
commit
4e439c76ed
@ -334,7 +334,7 @@ class doc_generic_product_odt extends ModelePDFProduct
|
||||
'__FROM_EMAIL__' => $this->emetteur->email,
|
||||
'__TOTAL_TTC__' => $object->total_ttc,
|
||||
'__TOTAL_HT__' => $object->total_ht,
|
||||
'__TOTAL_VAT__' => $object->total_vat
|
||||
'__TOTAL_VAT__' => $object->total_tva
|
||||
);
|
||||
complete_substitutions_array($substitutionarray, $langs, $object);
|
||||
// Call the ODTSubstitution hook
|
||||
|
||||
Loading…
Reference in New Issue
Block a user