fix customer name in pdf
This commit is contained in:
parent
ea2d446595
commit
5bfd69f785
|
@ -101,7 +101,7 @@
|
||||||
Name:
|
Name:
|
||||||
</td>
|
</td>
|
||||||
<td style="width:80%;">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="padding-top:5px;">
|
<tr style="padding-top:5px;">
|
||||||
|
|
Reference in New Issue