Skip to content

Commit

Permalink
switch to upsert_list vs upsertlist test was failing (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbs4ever committed Jan 25, 2024
1 parent e54a5ef commit 0a6f5eb
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, :upsertlist
actions :get, :get_list, :add, :delete, :search, :upsert, :upsert_list

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 0a6f5eb

Please sign in to comment.