Skip to content

Commit

Permalink
Added create_wo field item (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
smriti154 committed Jul 10, 2023
1 parent b7a5be1 commit 8c64ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/netsuite/records/invoice_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class InvoiceItem
:options, :order_line, :percent_complete, :quantity, :quantity_available, :quantity_fulfilled,
:quantity_on_hand, :quantity_ordered, :rate, :rev_rec_end_date, :rev_rec_start_date,
:serial_numbers, :ship_group, :tax1_amt, :tax_rate1, :tax_rate2, :vsoe_allocation, :vsoe_amount, :vsoe_deferral,
:vsoe_delivered, :vsoe_permit_discount, :vsoe_price
:vsoe_delivered, :vsoe_permit_discount, :vsoe_price, :create_wo

field :custom_field_list, CustomFieldList

Expand Down
2 changes: 1 addition & 1 deletion spec/netsuite/records/invoice_item_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:options, :order_line, :percent_complete, :quantity, :quantity_available, :quantity_fulfilled, :quantity_on_hand,
:quantity_ordered, :quantity_remaining, :rate, :rev_rec_end_date, :rev_rec_start_date, :serial_numbers, :ship_group,
:tax1_amt, :tax_rate1, :tax_rate2, :vsoe_allocation, :vsoe_amount, :vsoe_deferral, :vsoe_delivered, :vsoe_permit_discount,
:vsoe_price
:vsoe_price, :create_wo
].each do |field|
expect(item).to have_field(field)
end
Expand Down

0 comments on commit 8c64ad2

Please sign in to comment.