Update qbo_customer.rb

This commit is contained in:
2016-04-28 09:20:41 -04:00
parent 073447a4ce
commit 9d96c813e9

View File

@@ -53,7 +53,7 @@ class QboCustomer < ActiveRecord::Base
end
# updates the customer's notes in QBO
def notes (s)
def notes=(s)
customer = get_customer(self.id)
customer.notes = s
get_base.update(customer)