// remove test in Product

This commit is contained in:
Jonathan Danse
2012-11-27 10:09:22 +01:00
parent 74f4942254
commit 53b1475631
-3
View File
@@ -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;