Update qbo_item.rb

Removed all call
This commit is contained in:
2016-02-29 09:41:48 -05:00
parent 65be0c5f7a
commit d044024981

View File

@@ -19,7 +19,7 @@ class QboItem < ActiveRecord::Base
end
def self.update_all
items = get_base.service.all.find_by(:type, "Service")
items = get_base.service.find_by(:type, "Service")
# Update the item table
items.each { |item|