Moved issues show details to issue folder

This commit is contained in:
2022-03-09 18:25:07 -05:00
parent 374429f161
commit 70d9d5063a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#The MIT License (MIT)
#
#Copyright (c) 2017 rick barrette
#Copyright (c) 2022 rick barrette
#
#Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
@@ -48,7 +48,7 @@ class IssuesShowHookListener < Redmine::Hook::ViewListener
split_vin = vin.scan(/.{1,9}/) if vin
context[:controller].send(:render_to_string, {
:partial => 'qbo/issues_show_details',
:partial => 'issues/show_details',
locals: {
customer: customer,
estimate_link: estimate_link,