netsuite 0.0.36 → 0.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,8 @@ module NetSuite
12
12
  :tax1_amt, :tax_rate1, :tax_rate2, :vsoe_allocation, :vsoe_amount, :vsoe_deferral, :vsoe_delivered,
13
13
  :vsoe_permit_discount, :vsoe_price
14
14
 
15
+ field :custom_field_list, CustomFieldList
16
+
15
17
  record_refs :department, :item, :job, :klass, :location, :price, :rev_rec_schedule, :tax_code, :units
16
18
 
17
19
  def initialize(attributes = {})
@@ -1,3 +1,3 @@
1
1
  module Netsuite
2
- VERSION = '0.0.36'
2
+ VERSION = '0.0.37'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsuite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 87
4
+ hash: 85
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 36
10
- version: 0.0.36
9
+ - 37
10
+ version: 0.0.37
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ryan Moran