From 0a6f5eb3add933bcf4babfdb9da4aa1319972a90 Mon Sep 17 00:00:00 2001 From: Sim Greenbaum <44986920+gbs4ever@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:17:04 -0500 Subject: [PATCH] switch to upsert_list vs upsertlist test was failing (#602) --- lib/netsuite/records/journal_entry.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netsuite/records/journal_entry.rb b/lib/netsuite/records/journal_entry.rb index 59391bf52..369460164 100644 --- a/lib/netsuite/records/journal_entry.rb +++ b/lib/netsuite/records/journal_entry.rb @@ -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