Skip to content

Commit

Permalink
fix incorrectly reference :inventory_detail to field instead of rec…
Browse files Browse the repository at this point in the history
…ord_refs
  • Loading branch information
huguesbr authored and iloveitaly committed Oct 11, 2021
1 parent 74d8db8 commit f0e46a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/netsuite/records/item_receipt_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ class ItemReceiptItem
:quantity, :quantity_remaining, :rate, :restock, :serial_numbers,
:unit_cost_override, :units_display

record_refs :bill_variance_status, :inventory_detail, :item, :landed_cost,
record_refs :bill_variance_status, :item, :landed_cost,
:location

field :options, CustomFieldList
field :custom_field_list, CustomFieldList
field :inventory_detail, InventoryDetail

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

0 comments on commit f0e46a0

Please sign in to comment.