[-] Core: Fix PSCFV-3092

This commit is contained in:
rGaillard
2012-08-03 14:40:31 +00:00
parent 29ec4de975
commit 844b97318e
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);
}
}
}