added show_customer and show_checkbox options to vehicle list

This commit is contained in:
2026-02-16 22:01:31 -05:00
parent ed38584ab2
commit a89f9881a6
3 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<h2><%=t(:label_customer_vehicles)%> <span style="float:right"> <%= render partial: 'vehicles/search' %> </span> </h2>
<br/>
<%= render partial: 'vehicles/list', locals: {vehicles: @vehicles} %>
<%= render partial: 'vehicles/list', locals: {vehicles: @vehicles, show_customer: true, show_checkbox: false} %>