mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update qbo_customer.rb
This commit is contained in:
@@ -66,7 +66,7 @@ class QboCustomer < ActiveRecord::Base
|
||||
|
||||
# returns the QBO customer
|
||||
def get_customer (id)
|
||||
get_base.service.find_by_id(id)
|
||||
get_base.find_by_id(id)
|
||||
end
|
||||
|
||||
# proforms a bruteforce sync operation
|
||||
|
||||
Reference in New Issue
Block a user