Skip to content

Commit

Permalink
Fix #4556 desiredstock and seuil_stock_alerte cleared on modify produ…
Browse files Browse the repository at this point in the history
…ct card

removed inputs from update form also removed from update action
  • Loading branch information
fappels committed Feb 3, 2016
1 parent d136295 commit 5f7cb75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/product/card.php
Expand Up @@ -321,8 +321,11 @@
$object->status = GETPOST('statut');
$object->status_buy = GETPOST('statut_buy');
$object->status_batch = GETPOST('status_batch');
// removed from update view
/*
$object->seuil_stock_alerte = GETPOST('seuil_stock_alerte');
$object->desiredstock = GETPOST('desiredstock');
*/
$object->duration_value = GETPOST('duration_value');
$object->duration_unit = GETPOST('duration_unit');
$object->canvas = GETPOST('canvas');
Expand Down

0 comments on commit 5f7cb75

Please sign in to comment.