lib/netsuite/records/invoice.rb in netsuite-0.0.47 vs lib/netsuite/records/invoice.rb in netsuite-0.0.48

- old
+ new

@@ -9,11 +9,11 @@ actions :get, :initialize, :add, :delete fields :alt_handling_cost, :alt_shipping_cost, :balance, :bill_address, :billing_schedule, :contrib_pct, :created_date, :created_from, :currency_name, :custom_field_list, - :deferred_revenue, :department, :discount_amount, :discount_date, :discount_item, :discount_rate, + :deferred_revenue, :discount_amount, :discount_date, :discount_item, :discount_rate, :due_date, :email, :end_date, :est_gross_profit, :est_gross_profit_percent, :exchange_rate, :exclude_commission, :exp_cost_disc_amount, :exp_cost_disc_print, :exp_cost_disc_rate, :exp_cost_disc_tax_1_amt, :exp_cost_disc_taxable, :exp_cost_discount, :exp_cost_list, :exp_cost_tax_code, :exp_cost_tax_rate_1, :exp_cost_tax_rate_2, :fax, :fob, :gift_cert_applied, :gift_cert_redemption_list, :handling_cost, :handling_tax_1_rate, :handling_tax_2_rate, :handling_tax_code, :is_taxable, :item_cost_disc_amount, :item_cost_disc_print, @@ -23,11 +23,11 @@ :other_ref_name, :partner, :partners_list, :promo_code, :rev_rec_end_date, :rev_rec_on_rev_commitment, :rev_rec_schedule, :rev_rec_start_date, :revenue_status, :sales_effective_date, :sales_group, :sales_rep, :sales_team_list, :ship_address, :ship_date, :ship_group_list, :ship_method, :shipping_cost, :shipping_tax_1_rate, :shipping_tax_2_rate, :shipping_tax_code, :source, :start_date, :status, :subsidiary, :sync_partner_teams, :sync_sales_teams, :tax_2_total, :tax_item, :tax_rate, - :tax_total, :terms, :time_disc_amount, :time_disc_print, :time_disc_rate, :time_disc_tax_1_amt, :time_disc_taxable, + :tax_total, :time_disc_amount, :time_disc_print, :time_disc_rate, :time_disc_tax_1_amt, :time_disc_taxable, :time_discount, :time_list, :time_tax_code, :time_tax_rate_1, :time_tax_rate_2, :to_be_emailed, :to_be_faxed, :to_be_printed, :total_cost_estimate, :tracking_numbers, :tran_date, :tran_id, :tran_is_vsoe_bundle, :transaction_bill_address, :transaction_ship_address, :vat_reg_num, :vsoe_auto_calc field :transaction_bill_address, BillAddress @@ -35,10 +35,10 @@ field :item_list, InvoiceItemList field :custom_field_list, CustomFieldList read_only_fields :sub_total, :discount_total, :total, :recognized_revenue, :amount_remaining, :amount_paid - record_refs :account, :bill_address_list, :custom_form, :entity, :klass, :posting_period, :ship_address_list + record_refs :account, :bill_address_list, :custom_form, :department, :entity, :klass, :posting_period, :ship_address_list, :terms attr_reader :internal_id attr_accessor :external_id def initialize(attributes = {})