// fixed #PSCFV-3900

This commit is contained in:
dMetzger
2012-09-04 12:51:57 +00:00
parent 0351df3e67
commit cecea812d3
+1 -2
View File
@@ -2351,8 +2351,7 @@ class ProductCore extends ObjectModel
&& Configuration::get('VATNUMBER_MANAGEMENT'))
$usetax = false;
$id_customer = 0;
if (Validate::isLoadedObject($context->customer))
if (is_null($id_customer) && Validate::isLoadedObject($context->customer))
$id_customer = $context->customer->id;
return Product::priceCalculation(