From 38f7ac29d7705294d842dbaf74465e20b064d491 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Feb 2016 14:49:06 +0100 Subject: [PATCH] Show vat of lines on template invoices --- htdocs/compta/facture/fiche-rec.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index 5224c825003..47f24fdebe5 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -756,9 +756,10 @@ else print ''; print ''; print ''; - print ''; - print ''; + print ''; + print ''; print ''; + print ''; if ($conf->global->PRODUCT_USE_UNITS) { print ''; } @@ -827,9 +828,10 @@ else print ''; } + print ''; print ''; - print ''; print ''; + print ''; if ($conf->global->PRODUCT_USE_UNITS) { print ""; }
'.$langs->trans("Description").''.$langs->trans("Price").''.$langs->trans("ReductionShort").''.$langs->trans("VAT").''.$langs->trans("PriceUHT").''.$langs->trans("Qty").''.$langs->trans("ReductionShort").''.$langs->trans("Unit").''.vatrate($object->lines[$i]->tva_tx, 1).''.price($object->lines[$i]->price).''.$object->lines[$i]->remise_percent.' %'.$object->lines[$i]->qty.''.$object->lines[$i]->remise_percent.' %".$object->lines[$i]->getLabelOfUnit()."