Update qbo_invoice.rb

This commit is contained in:
2016-09-21 19:43:40 -04:00
committed by GitHub
parent 49e8f70b46
commit 874d0b4db9

View File

@@ -53,7 +53,7 @@ class QboInvoice < ActiveRecord::Base
return if issue.nil?
# skip this issue if the issue customer is not the same as the invoice customer
return if issue.customer_id != invoice.customer_ref
return if issue.customer_id != invoice.customer_ref.value
# Load the invoice into the database
qbo_invoice = QboInvoice.find_or_create_by(id: invoice.id)