Fixed missing locale

This commit is contained in:
2026-01-22 21:49:33 -05:00
parent 5f6fb4af27
commit 4983cd661c

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>