From 53b14756311cf401fae429b90ef278db3c959ed7 Mon Sep 17 00:00:00 2001 From: Jonathan Danse Date: Tue, 27 Nov 2012 10:09:22 +0100 Subject: [PATCH] // remove test in Product --- classes/Product.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/classes/Product.php b/classes/Product.php index 763e103ac..ff4e1f8a1 100644 --- a/classes/Product.php +++ b/classes/Product.php @@ -2439,9 +2439,6 @@ 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;