Update qbo_invoice.rb

This commit is contained in:
2017-04-02 07:31:28 -04:00
committed by GitHub
parent a8804f6704
commit 1b7b286d1b

View File

@@ -150,7 +150,7 @@ class QboInvoice < ActiveRecord::Base
# TODO Add some hooks here # TODO Add some hooks here
# Push updates # 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 get_base.update(invoice) if is_changed
end end