// StockWarehouse FixBug

This commit is contained in:
mDeflotte
2011-10-10 08:47:14 +00:00
parent c4c001c8c1
commit 042565d553
+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;
}