mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update qbo_customer.rb
Removed delete all
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user