// Implements removeProduct method

This commit is contained in:
dSevere
2011-10-10 16:13:04 +00:00
parent 351a76b661
commit aa05d2d620
2 changed files with 142 additions and 25 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ interface StockManagerInterface
* @param int $id_stock_mouvement_reason
* @param bool $is_usable
* @param int $id_order Optionnal
* @return bool
* @return array - empty if an error occured, details of removed products quantities with corresponding prices otherwise
*/
public function removeProduct($id_product, $id_product_attribute, $warehouse, $quantity, $id_stock_mouvement_reason, $is_usable, $id_order = null);