update receipt detail report for customer

This commit is contained in:
Aung Myo
2018-07-11 11:32:25 +06:30
parent cd42b1136e
commit b1a4f19b1c
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>Customer</td>
<td><%= result.customer.name.contact_first_name rescue '-'%>
<td><%= result.customer.name rescue '-'%>
(<%= result.customer.company rescue '-' %>)
</td>
<td>&nbsp;</td>

View File

@@ -153,7 +153,7 @@
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>Customer</td>
<td><%= result.customer.name.contact_first_name rescue '-'%>
<td><%= result.customer.name rescue '-'%>
(<%= result.customer.company rescue '-' %>)
</td>
<td>&nbsp;</td>