Merge branch 'redmine-6' into dev-6

This commit is contained in:
2026-01-22 21:50:40 -05:00
3 changed files with 16 additions and 9 deletions

View File

@@ -37,8 +37,11 @@
</tr>
<tr>
<th><%=t(:field_notes)%></th>
<td>
<th colspan="2"><h4><%=t(:field_notes)%></hr></th>
</tr>
<tr>
<td colspan="2">
<pre id="note-display" style="text-align: left; white-space: pre-wrap; font-family: inherit;">
<%= customer.notes %>
</pre>

View File

@@ -11,7 +11,7 @@
<div class="splitcontent">
<div class="splitcontentleft">
<h4><%=t(:label_customer)%>:</h4>
<h4><%=t(:field_customer)%>:</h4>
<%= render :partial => 'customers/details', locals: {customer: @customer} %>
</div>