diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index b5ede482f99..93474b16554 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -944,6 +944,7 @@ if (! empty($conf->global->PRODUIT_MULTIPRICES) || ! empty($conf->global->PRODUI
}
print '';
+ print '(' . $langs->trans("DisablePriceByQty").')';
} else {
print $langs->trans("No");
print ' (' . $langs->trans("Activate") . ')';