fix customer name in pdf
This commit is contained in:
parent
ea2d446595
commit
5bfd69f785
|
@ -101,7 +101,7 @@
|
|||
Name:
|
||||
</td>
|
||||
<td style="width:80%;">
|
||||
<span>{{ ustomer_details and customer_details.company_name or ''}}</span>
|
||||
<span>{{ customer_details and customer_details.company_name or ''}}</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="padding-top:5px;">
|
||||
|
|
Reference in New Issue