From 9d96c813e97d43e9abc9ea2c3819d04be9562b41 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 28 Apr 2016 09:20:41 -0400 Subject: [PATCH] Update qbo_customer.rb --- app/models/qbo_customer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/qbo_customer.rb b/app/models/qbo_customer.rb index cda3f66..63de673 100644 --- a/app/models/qbo_customer.rb +++ b/app/models/qbo_customer.rb @@ -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)