Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hourloop-ianlai committed Sep 23, 2023
1 parent 1115e02 commit dafec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/invoice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Invoice

# https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/schema/record/invoice.html?mode=package

actions :attach_file, :get, :get_deleted, :get_list, :initialize, :add, :update, :delete, :upsert, :upsert_list, :search
actions :attach_file, :get, :get_deleted, :get_list, :initialize, :add, :add_list, :update, :delete, :upsert, :upsert_list, :search

fields :balance,
:billing_schedule, :contrib_pct, :created_date, :currency_name,
Expand Down

0 comments on commit dafec97

Please sign in to comment.