fix: Add a blank line for improved code readability in Product.php
This commit is contained in:
@@ -3856,6 +3856,7 @@ class ProductCore extends ObjectModel
|
|||||||
} else {
|
} else {
|
||||||
$price = (float) $specific_price['price'];
|
$price = (float) $specific_price['price'];
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert only if the specific price is in the default currency (id_currency = 0)
|
// convert only if the specific price is in the default currency (id_currency = 0)
|
||||||
if (
|
if (
|
||||||
!$specific_price ||
|
!$specific_price ||
|
||||||
|
|||||||
Reference in New Issue
Block a user