mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo_customer.rb
This commit is contained in:
@@ -53,7 +53,7 @@ class QboCustomer < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
# updates the customer's notes in QBO
|
# updates the customer's notes in QBO
|
||||||
def notes (s)
|
def notes=(s)
|
||||||
customer = get_customer(self.id)
|
customer = get_customer(self.id)
|
||||||
customer.notes = s
|
customer.notes = s
|
||||||
get_base.update(customer)
|
get_base.update(customer)
|
||||||
|
|||||||
Reference in New Issue
Block a user