diff --git a/htdocs/product/categorie/fiche.php b/htdocs/product/categorie/fiche.php index c97b4e2c712..4ce6c2320ea 100644 --- a/htdocs/product/categorie/fiche.php +++ b/htdocs/product/categorie/fiche.php @@ -98,7 +98,7 @@ else print '
| '.$langs->trans("Ref")." | $album->ref | \n"; - print ''.$langs->trans("Status").' | $album->status | '.$langs->trans("Status").' | $album->status | \n'; print "Titre | $album->titre | \n"; print ''.$langs->trans("Price").' | '.price($album->price).' | '; print '
| '.$langs->trans("Description").' | '.nl2br($album->description)." | ";