Fix: bug #14669 overview: modif article ne prend pas en compte modif libell

This commit is contained in:
Laurent Destailleur 2005-09-29 20:19:04 +00:00
parent cc9e892209
commit 4787fc5f39

View File

@ -101,6 +101,7 @@ if ($_POST["action"] == 'update' &&
if ($product->fetch($_POST["id"]))
{
$product->ref = $_POST["ref"];
$product->libelle = $_POST["libelle"];
$product->price = $_POST["price"];
$product->tva_tx = $_POST["tva_tx"];
$product->description = $_POST["desc"];