lib/netsuite/records/partner.rb in netsuite-0.4.8 vs lib/netsuite/records/partner.rb in netsuite-0.4.9
- old
+ new
@@ -10,14 +10,14 @@
actions :get, :get_list, :add, :update, :upsert, :upsert_list, :delete, :search
fields :phone, :home_phone, :first_name, :last_name, :alt_name, :is_inactive, :email, :give_access,
:partner_code, :is_person, :company_name, :eligible_for_commission, :entity_id, :last_modified_date,
- :date_created, :title, :mobile_phone, :comments, :middle_name
+ :date_created, :title, :mobile_phone, :comments, :middle_name, :send_email
record_refs :klass, :access_role, :department
attr_reader :internal_id
end
end
-end
\ No newline at end of file
+end