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

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