From 1131eb240dd3ad8ed7e4be3ec363ba62554bdb63 Mon Sep 17 00:00:00 2001 From: John Botella Date: Wed, 30 Sep 2020 13:36:03 +0200 Subject: [PATCH] Fix lang trans --- htdocs/societe/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/price.php b/htdocs/societe/price.php index 0b1f64ac278..0e390d67b03 100644 --- a/htdocs/societe/price.php +++ b/htdocs/societe/price.php @@ -550,7 +550,7 @@ if (!empty($conf->global->PRODUIT_CUSTOMER_PRICES)) { print ''; print '' . $langs->trans("Ref") . ''; - print '' . $langs->trans("product") . ''; + print '' . $langs->trans("Product") . ''; print ''.$langs->trans("AppliedPricesFrom").''; print ''.$langs->trans("PriceBase").''; print ''.$langs->trans("VAT").'';