Update qbo_item.rb

This commit is contained in:
2016-05-17 07:21:03 -04:00
parent dd79571272
commit 4c847a5435

View File

@@ -19,11 +19,11 @@ class QboItem < ActiveRecord::Base
end
def self.sync
items = get_base.service.find_by(:type, "Service")
#last = Qbo.first.last_sync
last = Qbo.first.last_sync
#query = "SELECT Id, Name FROM Item"
#query << " WHERE Metadata.LastUpdatedTime > '#{last}' AND Type = 'Service'" if last
query = "SELECT Id, Name FROM Item"
query << "WHERE Type = 'Service'"
#query << "AND Metadata.LastUpdatedTime > '#{last}'" if last
#items = get_base.service.query()
transaction do