// 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:
mDeflotte
2011-10-10 08:47:14 +00:00
parent 5fc2d5fe34
commit f01b058f09
+1 -1
View File
@@ -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;
}