Update pdf_eratosthene.modules.php
This commit is contained in:
parent
fd90ebe63b
commit
5a55997540
@ -701,7 +701,7 @@ class pdf_eratosthene extends ModelePDFCommandes
|
|||||||
$reshook=$hookmanager->executeHooks('printPDFline', $parameters, $this); // Note that $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('printPDFline', $parameters, $this); // Note that $object may have been modified by hook
|
||||||
|
|
||||||
|
|
||||||
// Collection of totals by value of vat in $this->vat["rate"] = total_tva
|
// Collection of totals by value of vat in $this->tva["rate"] = total_tva
|
||||||
if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
|
if ($conf->multicurrency->enabled && $object->multicurrency_tx != 1) $tvaligne=$object->lines[$i]->multicurrency_total_tva;
|
||||||
else $tvaligne=$object->lines[$i]->total_tva;
|
else $tvaligne=$object->lines[$i]->total_tva;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user