From cf5f7bf06d3f671a0dd997c9a5bed5245fa0e81a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 29 May 2018 10:52:55 +0200 Subject: [PATCH] Update price.php --- htdocs/product/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index f87fbc60ba3..93474b16554 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -944,7 +944,7 @@ if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUI } print ''; - print '(' . $langs->trans("DisablePriceByQty").')'; + print '(' . $langs->trans("DisablePriceByQty").')'; } else { print $langs->trans("No"); print '  (' . $langs->trans("Activate") . ')';