Skip to content

Commit

Permalink
Use full module path when referencing address
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Oct 28, 2015
1 parent c542dad commit 29bf8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/customer_addressbook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CustomerAddressbook
read_only_fields :addr_text

# NOTE API >= 2014_2
field :addressbook_address, Address
field :addressbook_address, NetSuite::Records::Address

def initialize(attributes_or_record = {})
case attributes_or_record
Expand Down

0 comments on commit 29bf8c8

Please sign in to comment.