diff --git a/app/views/vehicles/index.html.erb b/app/views/vehicles/index.html.erb index 0ad3757..d5d9852 100644 --- a/app/views/vehicles/index.html.erb +++ b/app/views/vehicles/index.html.erb @@ -4,7 +4,7 @@
- <% @customer = vehicle.qbo_customer.name if @vehicle.qbo_customer %> + <% @customer = vehicle.qbo_customer.name if vehicle.qbo_customer %> <% @vehicle = vehicle %> <%= render :partial => 'vehicles/details' %>