Update issue_patch.rb

This commit is contained in:
2016-08-10 23:30:48 -04:00
committed by GitHub
parent 7ca5076477
commit 1df335ed16

View File

@@ -26,6 +26,8 @@ module IssuePatch
belongs_to :qbo_estimate, primary_key: :id
belongs_to :qbo_invoice, primary_key: :id
belongs_to :vehicle, primary_key: :id
autocomplete :customer, :name, :full => true
end
end