diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
index 0fa5567cf11..aaa2fe0ead0 100644
--- a/htdocs/langs/en_US/products.lang
+++ b/htdocs/langs/en_US/products.lang
@@ -137,7 +137,8 @@ ConfirmDeleteProductLine=Are you sure you want to delete this product line?
ProductSpecial=Special
QtyMin=Min. purchase quantity
PriceQtyMin=Price quantity min.
-PriceQtyMinCurrency=Price (currency) for this qty. (no discount)
+PriceQtyMinCurrency=Price (currency) for this qty.
+WithoutDiscount=Without discount
VATRateForSupplierProduct=VAT Rate (for this vendor/product)
DiscountQtyMin=Discount for this qty.
NoPriceDefinedForThisSupplier=No price/qty defined for this vendor/product
diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php
index d5325029771..a6bb38adfe2 100644
--- a/htdocs/product/composition/card.php
+++ b/htdocs/product/composition/card.php
@@ -266,6 +266,11 @@ if ($id > 0 || !empty($ref)) {
print dol_get_fiche_end();
+
+ print '