Update issues_show_hook_listener.rb

This commit is contained in:
2016-04-28 14:27:15 -04:00
parent 9d3cbfa2e0
commit 0497220c68

View File

@@ -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.name, "#{Redmine::Utils::relative_url_root}/qbo/customers/#{issue.customer.id}"
customer = link_to issue.customer.name, "#{Redmine::Utils::relative_url_root}/customers/#{issue.customer.id}"
end
# Check to see if there is a quickbooks item attached to the issue