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 3bbaf13 commit a3771beCopy full SHA for a3771be
1 file changed
packages/tools/templates/invoice/default.typ
@@ -158,6 +158,9 @@
158
#invoice.clientDetails.postalCode #invoice.clientDetails.city \
159
#if invoice.clientDetails.at("country", default: none) != none {
160
lang.countries.at(invoice.clientDetails.at("country"), default: invoice.clientDetails.country)
161
+ } \
162
+ #if invoice.clientDetails.at("vatIdNumber", default: none) != none {
163
+ [#lang.invoice.fields.vatIdNumber: #invoice.clientDetails.at("vatIdNumber", default: none)]
164
}
165
]
166
],
0 commit comments