fix: Add a blank line for improved code readability in Product.php

This commit is contained in:
2025-05-04 21:59:32 +02:00
parent a99719db1e
commit 1548d995c3

View File

@@ -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 ||