// StockWarehouse FixBug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9171 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -69,7 +69,7 @@ class StockWarehouseCore extends ObjectModel
|
||||
$fields['reference'] = $this->reference;
|
||||
$fields['name'] = pSQL($this->name);
|
||||
$fields['id_employee'] = (int)$this->id_employee;
|
||||
$fields['stock_management'] = $this->$stock_management;
|
||||
$fields['stock_management'] = $this->stock_management;
|
||||
return $fields;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user