Fix: bug #14669 overview: modif article ne prend pas en compte modif libellé
This commit is contained in:
parent
cc9e892209
commit
4787fc5f39
@ -101,6 +101,7 @@ if ($_POST["action"] == 'update' &&
|
|||||||
if ($product->fetch($_POST["id"]))
|
if ($product->fetch($_POST["id"]))
|
||||||
{
|
{
|
||||||
$product->ref = $_POST["ref"];
|
$product->ref = $_POST["ref"];
|
||||||
|
$product->libelle = $_POST["libelle"];
|
||||||
$product->price = $_POST["price"];
|
$product->price = $_POST["price"];
|
||||||
$product->tva_tx = $_POST["tva_tx"];
|
$product->tva_tx = $_POST["tva_tx"];
|
||||||
$product->description = $_POST["desc"];
|
$product->description = $_POST["desc"];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user