For anyone landing here, one solution to include prefixes is the following snippet of CSS
[data-ref=“client_details-client.vat_number”]::before {
content:"VAT: ";
}
This will prefix the vat_number with VAT:
Full selector list is here:
For anyone landing here, one solution to include prefixes is the following snippet of CSS
[data-ref=“client_details-client.vat_number”]::before {
content:"VAT: ";
}
This will prefix the vat_number with VAT:
Full selector list is here:
Supported by Invoice Ninja and Event Schedule