// Implements removeProduct method

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9201 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-10-10 16:13:04 +00:00
parent 2a1de3f012
commit 2ff2e87033
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);