Skip to content

Commit

Permalink
Adding :update to ServiceSaleItem
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Mar 2, 2015
1 parent 800cb4f commit 5bc69ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/netsuite/records/service_sale_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ServiceSaleItem
include Support::Actions
include Namespaces::ListAcct

actions :get, :get_list, :add, :delete, :upsert
actions :get, :get_list, :add, :update, :delete, :upsert

fields :available_to_partners, :cost_estimate, :cost_estimate_type, :cost_estimate_units, :create_job, :created_date,
:display_name, :dont_show_price, :enforce_min_qty_internally, :exclude_from_sitemap, :featured_description,
Expand Down Expand Up @@ -42,4 +42,4 @@ def initialize(attributes = {})

end
end
end
end

0 comments on commit 5bc69ea

Please sign in to comment.