mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update qbo_invoice.rb
This commit is contained in:
@@ -150,7 +150,7 @@ class QboInvoice < ActiveRecord::Base
|
||||
# TODO Add some hooks here
|
||||
|
||||
# Push updates
|
||||
invoice.sync_token = invoice.sync_token +1 if is_changed
|
||||
invoice.sync_token += 1 if is_changed
|
||||
get_base.update(invoice) if is_changed
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user