Fixed issue 118

This commit is contained in:
Franck Allimant
2013-12-05 15:57:56 +01:00
parent 82119a171f
commit 5857c07ef0
7 changed files with 37 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ class Product extends BaseProduct
->save($con)
;
// Create an empty product price in the default currency
// Create an empty product price in the provided currency
$product_price = new ProductPrice();
$product_price