From ac0cd975cd5b688a410aafcc98581226a41b8a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Sat, 13 Apr 2013 13:03:13 +0200 Subject: [PATCH] Added missing table head strings into supplier invoices --- htdocs/fourn/facture/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 6f80f5b0303..68ed4bc001e 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -1609,7 +1609,7 @@ else print ''.$langs->trans('PriceUHT').''; print ''.$langs->trans('PriceUTTC').''; print ''.$langs->trans('Qty').''; - print ''.$langs->trans('Discount').''; + print ''.$langs->trans('ReductionShort').''; print ''.$langs->trans('TotalHTShort').''; print ''.$langs->trans('TotalTTCShort').''; print ' '; @@ -1783,7 +1783,7 @@ else print ''.$langs->trans('PriceUHT').''; print ''.$langs->trans('PriceUTTC').''; print ''.$langs->trans('Qty').''; - print ' '; + print ''.$langs->trans('ReductionShort').''; print ' '; print ' '; print ' '; @@ -1853,7 +1853,7 @@ else } print ''; print ''.$langs->trans('Qty').''; - print ' '; + print ''.$langs->trans('ReductionShort').''; print ' '; print ' '; print '';