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:
@@ -15,9 +15,9 @@ module Vehicles
|
|||||||
|
|
||||||
include IssuesHelper
|
include IssuesHelper
|
||||||
|
|
||||||
|
# Display vehicle information on the customer show view (right side)
|
||||||
def show_customer_view_right(context={})
|
def show_customer_view_right(context={})
|
||||||
|
|
||||||
# Pass all prebuilt form components to our partial
|
|
||||||
context[:controller].send(:render_to_string, {
|
context[:controller].send(:render_to_string, {
|
||||||
partial: 'customers/show_hook', locals: { customer: context[:customer] }
|
partial: 'customers/show_hook', locals: { customer: context[:customer] }
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user