Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/masimmo.pl
This commit is contained in:
@@ -3956,7 +3956,7 @@ class ProductCore extends ObjectModel
|
||||
|
||||
// Zaokrąglanie w górę tylko gdy mamy redukcję
|
||||
if ($specific_price && $specific_price['reduction'] > 0) {
|
||||
$price = Tools::ceilf($price);
|
||||
$price = Tools::ps_round($price);
|
||||
}
|
||||
|
||||
// Group reduction
|
||||
|
||||
Reference in New Issue
Block a user