mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-02-13 09:34:00 -05:00
Updated comment
This commit is contained in:
@@ -13,11 +13,11 @@ module Vehicles
|
||||
|
||||
class CustomerShowHookListener < Redmine::Hook::ViewListener
|
||||
|
||||
include IssuesHelper
|
||||
include IssuesHelper
|
||||
|
||||
# Display vehicle information on the customer show view (right side)
|
||||
def show_customer_view_right(context={})
|
||||
|
||||
# Pass all prebuilt form components to our partial
|
||||
context[:controller].send(:render_to_string, {
|
||||
partial: 'customers/show_hook', locals: { customer: context[:customer] }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user