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:
@@ -126,8 +126,8 @@ class Customer < ActiveRecord::Base
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Push the updates
|
# Push the updates
|
||||||
def self.save_with_push
|
def save_with_push
|
||||||
self.save_without_push
|
save_without_push
|
||||||
begin
|
begin
|
||||||
#tries ||= 3
|
#tries ||= 3
|
||||||
@details = Qbo.get_base(:customer).service.update(@details)
|
@details = Qbo.get_base(:customer).service.update(@details)
|
||||||
|
|||||||
Reference in New Issue
Block a user