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 '';