Suppression de la description de cette page
This commit is contained in:
parent
1180c34739
commit
23d216975a
@ -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
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user