Skip to content

Commit c1c6c6d

Browse files
committed
address layout in invoice template
1 parent f92643e commit c1c6c6d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

templates/invoice-anvil/invoice.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,29 @@
4343
{{ invoice.contract.client.invoicing_contact.address.html }}
4444
</td>
4545
<td>
46-
{{ user.name }}
46+
{{ user.name }}<br>
47+
{{ user.address.html }}
4748
</td>
4849
</tr>
4950
<tr>
5051
<td>
51-
{{ user.address.street }} {{ user.address.number }}
52+
5253
</td>
5354
</tr>
5455
<tr>
5556
<td>
56-
Invoice Date: <strong>{{ invoice.date }}</strong>
57+
5758
</td>
5859
<td>
59-
{{ user.address.postal_code }} {{ user.address.city}}
60+
6061
</td>
6162
</tr>
6263
<tr>
6364
<td>
65+
Invoice Date: <strong>{{ invoice.date }}</strong><br>
6466
Invoice Number: <strong>{{ invoice.number }}</strong>
6567
</td>
6668
<td>
67-
{{ user.e_mail}}
6869
</td>
6970
</tr>
7071
</table>

0 commit comments

Comments
 (0)