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 {
|
||||
$price = (float) $specific_price['price'];
|
||||
}
|
||||
|
||||
// convert only if the specific price is in the default currency (id_currency = 0)
|
||||
if (
|
||||
!$specific_price ||
|
||||
|
||||
Reference in New Issue
Block a user