[-] Core: StockAvaible::updateQuantity should return a value

This commit is contained in:
rGaillard
2012-11-06 10:54:05 +00:00
parent 7f7c3fde3a
commit 5cd5eff316
+2
View File
@@ -441,6 +441,8 @@ class StockAvailableCore extends ObjectModel
'quantity' => $stock_available->quantity
)
);
return true;
}