Skip to content

Commit

Permalink
remove tax rates from line_items data presenter
Browse files Browse the repository at this point in the history
  • Loading branch information
abdellani committed Feb 19, 2024
1 parent 56fe7f5 commit 59a9034
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/invoice/data_presenter/line_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class LineItem < Invoice::DataPresenter::Base
:variant_id, :unit_price_price_and_unit, :unit_presentation,
:enterprise_fee_additional_tax, :enterprise_fee_included_tax
attributes_with_presenter :variant
array_attribute :tax_rates, class_name: 'TaxRate'
invoice_generation_attributes :added_tax, :included_tax, :price_with_adjustments,
:quantity, :variant_id

Expand Down

0 comments on commit 59a9034

Please sign in to comment.