lib/netsuite/records/invoice.rb in netsuite-0.8.5 vs lib/netsuite/records/invoice.rb in netsuite-0.8.6

- old
+ new

@@ -37,10 +37,10 @@ field :item_list, InvoiceItemList field :custom_field_list, CustomFieldList field :shipping_address, Address field :billing_address, Address - read_only_fields :sub_total, :discount_total, :total, :recognized_revenue, :amount_remaining, :amount_paid, + read_only_fields :sub_total, :discount_total, :total, :recognized_revenue, :amount_remaining, :amount_paid, :amount, :alt_shipping_cost, :gift_cert_applied, :handling_cost, :alt_handling_cost record_refs :account, :bill_address_list, :custom_form, :department, :entity, :klass, :partner, :posting_period, :ship_address_list, :terms, :location, :sales_rep, :tax_item, :created_from, :ship_method, :lead_source, :promo_code, :subsidiary, :currency, :approval_status, :job, :discount_item