Update qbo_customer.rb

Removed delete all
This commit is contained in:
2016-04-01 06:37:30 -04:00
parent 73dc8b3b44
commit e0b07764c0

View File

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