Skip to content

Commit

Permalink
Adding subsidiary_list to OtherChargeSaleItem
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 28, 2019
1 parent 7684482 commit df796ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netsuite/records/other_charge_sale_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ class OtherChargeSaleItem
:units_type, :sales_tax_code, :sale_unit, :tax_schedule, :parent

field :custom_field_list, CustomFieldList
# :pricing_matrix,
field :pricing_matrix, PricingMatrix
# :translations_list,
# :matrix_option_list,
# :item_options_list
# :subsidiary_list,
field :subsidiary_list, RecordRefList

def initialize(attributes = {})
@internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id)
Expand Down

0 comments on commit df796ee

Please sign in to comment.