Skip to content
Snippets Groups Projects
Commit e9ee8168 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #4561 from fappels/3.8

Fix #4556 Desired minimum stock and Stock limit for alert cleared on modify product
parents c9c54848 5f7cb755
No related branches found
No related tags found
No related merge requests found
...@@ -321,8 +321,11 @@ if (empty($reshook)) ...@@ -321,8 +321,11 @@ if (empty($reshook))
$object->status = GETPOST('statut'); $object->status = GETPOST('statut');
$object->status_buy = GETPOST('statut_buy'); $object->status_buy = GETPOST('statut_buy');
$object->status_batch = GETPOST('status_batch'); $object->status_batch = GETPOST('status_batch');
// removed from update view
/*
$object->seuil_stock_alerte = GETPOST('seuil_stock_alerte'); $object->seuil_stock_alerte = GETPOST('seuil_stock_alerte');
$object->desiredstock = GETPOST('desiredstock'); $object->desiredstock = GETPOST('desiredstock');
*/
$object->duration_value = GETPOST('duration_value'); $object->duration_value = GETPOST('duration_value');
$object->duration_unit = GETPOST('duration_unit'); $object->duration_unit = GETPOST('duration_unit');
$object->canvas = GETPOST('canvas'); $object->canvas = GETPOST('canvas');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment