Update qbo_invoice.rb

This commit is contained in:
2016-09-06 19:02:32 -04:00
committed by GitHub
parent 907448ce3e
commit 449a59188c

View File

@@ -49,7 +49,7 @@ class QboInvoice < ActiveRecord::Base
end
# processes the invoice into the system
def process_invoice(invoice)
def self.process_invoice(invoice)
is_changed = false