diff --git a/classes/CommercePosTransactionBaseActions.php b/classes/CommercePosTransactionBaseActions.php index b717715..5b8a596 100644 --- a/classes/CommercePosTransactionBaseActions.php +++ b/classes/CommercePosTransactionBaseActions.php @@ -200,12 +200,13 @@ public function addProduct($product, $quantity = 1, $combine = TRUE) { $line_item->commerce_pricing_attributes = serialize(array()); } + /* if (module_exists('commerce_tax')) { foreach (commerce_tax_types() as $name => $type) { commerce_tax_calculate_by_type($line_item, $name); } } - +*/ return $this->addLineItem($line_item, $combine); }