lib/netsuite/records/opportunity.rb in netsuite-0.8.8 vs lib/netsuite/records/opportunity.rb in netsuite-0.8.9
- old
+ new
@@ -15,11 +15,11 @@
:exchange_rate, :expected_close_date,
:is_budget_approved, :last_modified_date,
:memo, :probability, :proj_alt_sales_amt, :projected_total,
:range_high, :range_low,
:ship_is_residential, :source, :status, :sync_partner_teams, :sync_sales_teams,
- :tax2_total, :tax_total, :title, :total_cost_estimate, :tran_date, :tran_id,
+ :tax2_total, :title, :total_cost_estimate, :tran_date, :tran_id,
:vat_reg_num, :weighted_total
field :ship_address, ShipAddress
field :bill_address, BillAddress
field :item_list, OpportunityItemList
@@ -41,6 +41,6 @@
initialize_from_attributes_hash(attributes)
end
end
end
-end
\ No newline at end of file
+end