From 1548d995c31b3faff3ce367f26f51e3ce794f520 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sun, 4 May 2025 21:59:32 +0200 Subject: [PATCH] fix: Add a blank line for improved code readability in Product.php --- classes/Product.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Product.php b/classes/Product.php index 523fb7b2..15aed502 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -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 ||