mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24:23 -05:00
Update customer.rb
This commit is contained in:
@@ -103,7 +103,7 @@ class Customer < ActiveRecord::Base
|
||||
query = "SELECT Id, DisplayName FROM Customer"
|
||||
query << " WHERE Metadata.LastUpdatedTime>'#{last}' " if last
|
||||
|
||||
customers = get_base.service.query()
|
||||
customers = Qbo.get_base(:customer).service.query()
|
||||
|
||||
transaction do
|
||||
# Update the customer table
|
||||
|
||||
Reference in New Issue
Block a user