Update qbo_invoice.rb

This commit is contained in:
2017-04-02 07:54:33 -04:00
committed by GitHub
parent 1b7b286d1b
commit 3decf83a7b

View File

@@ -150,7 +150,7 @@ class QboInvoice < ActiveRecord::Base
# TODO Add some hooks here
# Push updates
invoice.sync_token += 1 if is_changed
#invoice.sync_token += 1 if is_changed
get_base.update(invoice) if is_changed
end