From 1115e02b6b2f452f2b62b0100e76f50e9015c232 Mon Sep 17 00:00:00 2001 From: hourloop-ianlai Date: Sat, 23 Sep 2023 04:44:33 +0000 Subject: [PATCH] update --- 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 30504e445..59391bf52 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 + actions :get, :get_list, :add, :delete, :search, :upsert, :upsertlist fields :approved, :created_date, :exchange_rate, :last_modified_date, :memo, :reversal_date, :reversal_defer, :reversal_entry, :tran_date, :tran_id