Skip to content

Commit

Permalink
Update pdf_eratosthene.modules.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 14, 2019
1 parent fd90ebe commit 5a55997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ public function write_file($object, $outputlangs, $srctemplatepath = '', $hidede
$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;
else $tvaligne=$object->lines[$i]->total_tva;

Expand Down

0 comments on commit 5a55997

Please sign in to comment.