diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index f33ae4adc83..0b9ba29da08 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -408,7 +408,7 @@ if ($id > 0)
print '';
print '
';
print $object->price_level;
- $keyforlabel='PRODUIT_MULTIPRICES_LABEL'.$object->price_level;
+ $keyforlabel='PRODUIT_MULTIPRICES_LABEL'.$object->price_level;
if (! empty($conf->global->$keyforlabel)) print ' - '.$langs->trans($conf->global->$keyforlabel);
print " | ";
print '';