// If default group of customer don't display tax, do not use them
This commit is contained in:
@@ -2439,6 +2439,9 @@ class ProductCore extends ObjectModel
|
||||
&& Configuration::get('VATNUMBER_MANAGEMENT'))
|
||||
$usetax = false;
|
||||
|
||||
if($usetax != false && Group::getPriceDisplayMethod($id_group))
|
||||
$usetax = false;
|
||||
|
||||
if (is_null($id_customer) && Validate::isLoadedObject($context->customer))
|
||||
$id_customer = $context->customer->id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user