Skip to content

Commit

Permalink
Support update action for journal entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanoneil committed Aug 29, 2024
1 parent dd693a3 commit 9f078cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/journal_entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class JournalEntry
include Support::Actions
include Namespaces::TranGeneral

actions :get, :get_list, :add, :delete, :search, :upsert, :upsert_list
actions :get, :get_list, :add, :delete, :search, :upsert, :upsert_list, :update

fields :approved, :created_date, :exchange_rate, :last_modified_date, :memo, :reversal_date, :reversal_defer, :reversal_entry,
:tran_date, :tran_id
Expand Down

0 comments on commit 9f078cf

Please sign in to comment.