[-] Core: Fix PSCFV-3092

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16687 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-08-03 14:40:31 +00:00
parent 0817e3bc08
commit 18e8b087d3
4 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ abstract class PaymentModuleCore extends Module
if (StockAvailable::dependsOnStock($product['product_id']))
{
// synchronizes
StockAvailable::synchronize($product['product_id']);
StockAvailable::synchronize($product['product_id'], $order->id_shop);
}
}
}