mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update customer.rb
This commit is contained in:
@@ -115,8 +115,8 @@ class Customer < ActiveRecord::Base
|
|||||||
qbo_customer = Customer.find_or_create_by(id: customer.id)
|
qbo_customer = Customer.find_or_create_by(id: customer.id)
|
||||||
qbo_customer.update_column(:name, customer.display_name)
|
qbo_customer.update_column(:name, customer.display_name)
|
||||||
qbo_customer.update_column(:id, customer.id)
|
qbo_customer.update_column(:id, customer.id)
|
||||||
}
|
end
|
||||||
}
|
end
|
||||||
|
|
||||||
# remove deleted customers
|
# remove deleted customers
|
||||||
#where.not(customers.map(&:id)).destroy_all
|
#where.not(customers.map(&:id)).destroy_all
|
||||||
|
|||||||
Reference in New Issue
Block a user