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