diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index c4bda1f..8279cc5 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -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