mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Removed Customer Name from to_s
This commit is contained in:
@@ -28,7 +28,7 @@ class Vehicle < ActiveRecord::Base
|
||||
|
||||
# returns a human readable string
|
||||
def to_s
|
||||
return "#{customer.name} - #{year} #{make} #{model}"
|
||||
return "#{year} #{make} #{model}"
|
||||
end
|
||||
|
||||
# returns the raw JSON details from EMUNDS
|
||||
|
||||
Reference in New Issue
Block a user