CreditNote: Add VAT display

This commit is contained in:
2023-12-22 23:52:41 +01:00
parent 0dcffc8677
commit f8aef20b0d
3 changed files with 50 additions and 17 deletions

View File

@ -1,11 +1,13 @@
table.credit .mod {
padding-left: 5mm;
}
table.credit tbody tr:not(.first):not(.last) {
table.credit tbody tr:not(.first) {
break-before: avoid;
}
table.credit tbody tr:not(.last) {
break-after: avoid;
}