mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-04-02 15:11:58 -04:00
display VIN & Customer on search event_description
This commit is contained in:
@@ -63,7 +63,7 @@ class Vehicle < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def event_description
|
||||
"#{vin} #{year} #{make} #{model}"
|
||||
"#{vin} - #{customer}"
|
||||
end
|
||||
|
||||
def event_url
|
||||
|
||||
Reference in New Issue
Block a user