From f384d7394fb9ae809eb5581373a2b903c68a6750 Mon Sep 17 00:00:00 2001 From: Matthew Deol Date: Fri, 10 Sep 2021 11:25:06 -0600 Subject: [PATCH] add approved field to timebill Co-authored-by: Chan Sy --- lib/netsuite/records/time_bill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netsuite/records/time_bill.rb b/lib/netsuite/records/time_bill.rb index b776beb10..6f57dc14d 100644 --- a/lib/netsuite/records/time_bill.rb +++ b/lib/netsuite/records/time_bill.rb @@ -10,7 +10,7 @@ class TimeBill actions :get, :get_list, :add, :delete, :search, :update, :upsert fields :created_date, :is_billable, :last_modified_date, :memo, :override_rate, :paid_externally, :rate, :status, - :supervisor_approval, :tran_date, :time_type + :supervisor_approval, :tran_date, :time_type, :approved field :custom_field_list, CustomFieldList field :hours, Duration