diff --git a/lib/issues_show_hook_listener.rb b/lib/issues_show_hook_listener.rb index 9a7021b..f89bbe4 100644 --- a/lib/issues_show_hook_listener.rb +++ b/lib/issues_show_hook_listener.rb @@ -22,7 +22,7 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener # Check to see if there is a quickbooks user attached to the issue if issue.customer - customer = link_to issue.customer, issue.customer.name + customer = link_to customer_path(issue.customer), issue.customer.name end # Check to see if there is a quickbooks item attached to the issue