mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update issues_show_hook_listener.rb
This commit is contained in:
@@ -43,7 +43,7 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
|
||||
#vehicle = v ? v.to_s : nil
|
||||
vehicle = link_to v.to_s, "#{Redmine::Utils::relative_url_root }/vehicles/#{v.id}",
|
||||
vin = v ? v.vin
|
||||
notes = n.notes
|
||||
notes = v.notes
|
||||
end
|
||||
|
||||
return "
|
||||
|
||||
Reference in New Issue
Block a user