From 63d845ed97cebfd507b3dd397762a2d3d3f056c8 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 10 Aug 2016 23:33:53 -0400 Subject: [PATCH] Update issue_patch.rb --- lib/issue_patch.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index 8279cc5..c4bda1f 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -26,8 +26,6 @@ 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