Update issue_patch.rb

This commit is contained in:
2016-08-10 23:33:53 -04:00
committed by GitHub
parent cb67cab974
commit 63d845ed97

View File

@@ -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