Suppression de la description de cette page

This commit is contained in:
Rodolphe Quiedeville 2005-04-14 12:32:50 +00:00
parent 1180c34739
commit 23d216975a

View File

@ -116,12 +116,8 @@ if ($_GET["id"])
print '</td></tr>';
print '<tr><td>'.$langs->trans("Label").'</td><td>'.$product->libelle.'</td>';
print '<td>'.$langs->trans("SellingPrice").'</td><td>'.price($product->price).'</td></tr>';
print '<tr><td>'.$langs->trans("Description").'</td><td colspan="3">'.nl2br($product->description).'</td></tr>';
print "</table><br>\n";
/*
* Ajouter une photo
*