Skip to content

Commit

Permalink
Adding currency to credit memo
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jan 1, 2017
1 parent 8f18fdd commit 194d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/credit_memo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CreditMemo

record_refs :account, :bill_address_list, :created_from, :custom_form, :department, :discount_item, :entity, :gift_cert,
:handling_tax_code, :job, :klass, :lead_source, :location, :message_sel, :partner, :posting_period, :promo_code,
:sales_group, :sales_rep, :ship_method, :shipping_tax_code, :subsidiary, :tax_item
:sales_group, :sales_rep, :ship_method, :shipping_tax_code, :subsidiary, :tax_item, :currency

attr_reader :internal_id
attr_accessor :external_id
Expand Down

0 comments on commit 194d4a2

Please sign in to comment.