mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update issues_show_hook_listener.rb
This commit is contained in:
@@ -22,7 +22,7 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
|
|||||||
|
|
||||||
# Check to see if there is a quickbooks user attached to the issue
|
# Check to see if there is a quickbooks user attached to the issue
|
||||||
if issue.customer
|
if issue.customer
|
||||||
customer = link_to issue.customer, issue.customer.name
|
customer = link_to customer_path(issue.customer), issue.customer.name
|
||||||
end
|
end
|
||||||
|
|
||||||
# Check to see if there is a quickbooks item attached to the issue
|
# Check to see if there is a quickbooks item attached to the issue
|
||||||
|
|||||||
Reference in New Issue
Block a user