Additional fixes for journal handling. Added reg_type in trans_tax_details.
[fa-stable.git] / includes / ui / items_cart.inc
index e149865f651fd9ded3b6bd6f01a308a354e27032..e2a2ca917b9a2fac75adc4559faa100053dc85d0 100644 (file)
@@ -428,10 +428,7 @@ class items_cart
                                add_trans_tax_details($this->trans_type, $this->order_id,
                                        $tax_id, $this->tax_info['rate'][$tax_id], 0, $tax_nominal, $net, $this->rate,
                                        $this->tran_date,
-                                       $this->source_ref,
-                                       $this->tax_info['tax_group'],
-                                       $this->tax_info['tax_date'],
-                                       $tax, $this->tax_info['tax_category'], 0, $reg);
+                                       $this->source_ref, $reg);
                        }
                }
        }