mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
<h1>Customer Detail</h1>
|
|
<br/>
|
|
<%= render :partial => 'customers/details' %>
|
|
<br/>
|
|
<%= render :partial => 'vehicles/list' %>
|
|
<br/>
|
|
<%= render :partial => 'issues/list_simple', locals: {issues: @customer.issues} %>
|