mirror of
https://github.com/rickbarrette/redmine_qbo_vehicles.git
synced 2026-08-19 05:30:42 -04:00
9 lines
275 B
ERB
9 lines
275 B
ERB
<% if appointment.customer.present? %>
|
|
<% unless appointment.vehicle.present? &&%>
|
|
<p>
|
|
<%= link_to new_vehicle_path(customer_id: appointment.customer_id), class: 'icon icon-add' do %>
|
|
<%= l(:label_add_vehicle) %>
|
|
<% end %>
|
|
</p>
|
|
<% end %>
|
|
<% end %> |