diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php
index 70f14f9edf5..7d2caabc8f8 100644
--- a/htdocs/product/composition/card.php
+++ b/htdocs/product/composition/card.php
@@ -395,7 +395,7 @@ if ($id > 0 || ! empty($ref))
}
print '
';
print ($notdefined?'':($value['nb']> 1 ? $value['nb'].'x' : '');
- if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency));
+ if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency);
else print $langs->trans($pricesell);
print ' | ';