Update qbo_invoice.rb

This commit is contained in:
2016-08-15 07:41:56 -04:00
committed by GitHub
parent f083e8257a
commit 7f7c724ef1

View File

@@ -87,9 +87,9 @@ class QboInvoice < ActiveRecord::Base
rescue
# Nothing to do here, there is no match
end
# Push updates
Qbo.get_base(:invoice).service.update(invoice) if is_changed
}
# Push updates
Qbo.get_base(:invoice).service.update(invoice) if is_changed
end
def self.update(id)