Fixed import errors

This commit is contained in:
2016-03-31 09:22:04 -04:00
parent 5be8d987b6
commit 1bc23ab553
2 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ class QboCustomer < ActiveRecord::Base
def self.update_all
customers = get_base.service.all
delete_all
transaction do
# Update the customer table
customers.each { |customer|