Skip to content

Commit

Permalink
Add get_deleted action to CustomerCategory record
Browse files Browse the repository at this point in the history
  • Loading branch information
cgunther committed Sep 28, 2023
1 parent 964c14d commit ba791aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

### Added
* Add `get_deleted` action to `CustomerCategory` (#595)

### Fixed
* Revert recent proxy changes which breaks proxy usage by @andrewdicken-stripe in https://github.com/NetSweet/netsuite/pull/579
Expand Down
2 changes: 1 addition & 1 deletion lib/netsuite/records/customer_category.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class CustomerCategory
include Support::Actions
include Namespaces::ListAcct

actions :get, :get_list, :get_all, :add, :update, :delete, :search
actions :get, :get_deleted, :get_list, :get_all, :add, :update, :delete, :search

fields :name, :is_inactive

Expand Down

0 comments on commit ba791aa

Please sign in to comment.