diff --git a/htdocs/product/composition/fiche.php b/htdocs/product/composition/fiche.php
index fac6402e300..f770e48b715 100644
--- a/htdocs/product/composition/fiche.php
+++ b/htdocs/product/composition/fiche.php
@@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref))
print '
'.$langs->trans("TotalBuyingPriceMin").': ';
if ($atleastonenotdefined) print $langs->trans("Unknown").' ('.$langs->trans("SomeSubProductHaveNoPrices").')';
print ' | ';
- print ''.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).' | ';
+ print ''.($atleastonenotdefined?'':price($total,'','',0,0,-1,$conf->currency)).' | ';
if (! empty($conf->stock->enabled)) print ' | ';
print '';
print '';