Bugfix sur l'update qui ne mettais pas a jour le stock_loc
This commit is contained in:
parent
935b717c66
commit
fe01b25f90
@ -250,6 +250,7 @@ class Product
|
||||
$this->libelle = trim($this->libelle);
|
||||
$this->description = trim($this->description);
|
||||
$this->note = trim($this->note);
|
||||
$this->stock_loc = trim($this->stock_loc);
|
||||
$this->new_weight = price2num($this->new_weight);
|
||||
$this->new_weight_units = trim($this->new_weight_units);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user