Fixed issue 118
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user