mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 09:24: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
|
def self.update_all
|
||||||
customers = get_base.service.all
|
customers = get_base.service.all
|
||||||
|
|
||||||
delete_all
|
|
||||||
|
|
||||||
transaction do
|
transaction do
|
||||||
# Update the customer table
|
# Update the customer table
|
||||||
customers.each { |customer|
|
customers.each { |customer|
|
||||||
|
|||||||
Reference in New Issue
Block a user