Skip to content

Commit

Permalink
add approved field to timebill
Browse files Browse the repository at this point in the history
Co-authored-by: Chan Sy <chan.song.sy@gmail.com>
  • Loading branch information
Matthew Deol and chan-song-sy committed Sep 10, 2021
1 parent 254b7a3 commit f384d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/time_bill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f384d73

Please sign in to comment.