netsuite 0.0.29 → 0.0.30
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/netsuite/records/credit_memo.rb +1 -0
- data/lib/netsuite/version.rb +1 -1
- metadata +3 -3
@@ -19,6 +19,7 @@ module NetSuite
|
|
19
19
|
:to_be_printed, :total_cost_estimate, :tran_date, :tran_id, :tran_is_vsoe_bundle, :vat_reg_num,
|
20
20
|
:vsoe_auto_calc
|
21
21
|
|
22
|
+
field :transaction_bill_address, BillAddress
|
22
23
|
field :item_list, CreditMemoItemList
|
23
24
|
field :apply_list, CreditMemoApplyList
|
24
25
|
|
data/lib/netsuite/version.rb
CHANGED
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:
|
4
|
+
hash: 35
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 30
|
10
|
+
version: 0.0.30
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Moran
|