From d71a3c52b4a64c2b007dd5b6d49c7be6cec6bbf1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 3 Apr 2015 00:28:35 +0200 Subject: [PATCH] Comments --- htdocs/fourn/commande/card.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index 505e0847573..cbbeaa99499 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -1970,11 +1970,12 @@ elseif (! empty($object->id)) $cols = 3; include DOL_DOCUMENT_ROOT . '/core/tpl/extrafields_view.tpl.php'; - // Ligne de 3 colonnes + // Total print ''.$langs->trans("AmountHT").''; print ''.price($object->total_ht,'',$langs,1,-1,-1,$conf->currency).''; print ''; + // Total VAT print ''.$langs->trans("AmountVAT").''.price($object->total_tva,'',$langs,1,-1,-1,$conf->currency).''; print ''; @@ -1992,6 +1993,7 @@ elseif (! empty($object->id)) print ''; } + // Total TTC print ''.$langs->trans("AmountTTC").''.price($object->total_ttc,'',$langs,1,-1,-1,$conf->currency).''; print '';