Update qbo_employee.rb

This commit is contained in:
2020-01-05 00:06:45 -05:00
committed by GitHub
parent 2cd6731f0c
commit ebee9395ba

View File

@@ -19,7 +19,7 @@ class QboEmployee < ActiveRecord::Base
end end
def self.sync def self.sync
employees = get_base.query employees = get_base.all
transaction do transaction do
# Update the item table # Update the item table