We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92643e commit c1c6c6dCopy full SHA for c1c6c6d
templates/invoice-anvil/invoice.html
@@ -43,28 +43,29 @@
43
{{ invoice.contract.client.invoicing_contact.address.html }}
44
</td>
45
<td>
46
- {{ user.name }}
+ {{ user.name }}<br>
47
+ {{ user.address.html }}
48
49
</tr>
50
<tr>
51
- {{ user.address.street }} {{ user.address.number }}
52
+
53
54
55
56
- Invoice Date: <strong>{{ invoice.date }}</strong>
57
58
59
- {{ user.address.postal_code }} {{ user.address.city}}
60
61
62
63
64
65
+ Invoice Date: <strong>{{ invoice.date }}</strong><br>
66
Invoice Number: <strong>{{ invoice.number }}</strong>
67
68
- {{ user.e_mail}}
69
70
71
</table>
0 commit comments