fix customer name in pdf

This commit is contained in:
Cayo Puigdefabregas 2023-03-03 10:11:18 +01:00
parent ea2d446595
commit 5bfd69f785
1 changed files with 1 additions and 1 deletions

View File

@ -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;">