New line @ EOF & formating

This commit is contained in:
2022-03-06 17:50:22 -05:00
parent 3159289ac0
commit c72d0a83ca
8 changed files with 8 additions and 8 deletions

View File

@@ -32,5 +32,5 @@ class ProjectsFormHookListener < Redmine::Hook::ViewListener
vehicle = f.select :vehicle_id, vehicles, :selected => selected_vehicle, include_blank: true
return "<p><label for=\"project_customer\">Customer</label>#{search_customer} #{customer_id}</p> <p>#{vehicle}</p>"
end
end
end

View File

@@ -31,4 +31,4 @@ module QueryPatch
end
# Add module to Issue
IssueQuery.send(:prepend, QueryPatch)
IssueQuery.send(:prepend, QueryPatch)

View File

@@ -30,4 +30,4 @@ module TimeEntryQueryPatch
end
# Add module to TimeEntryQuery
TimeEntryQuery.send(:prepend, QueryPatch)
TimeEntryQuery.send(:prepend, QueryPatch)