fix(contentinvoice): Fix VAT group item number formatting and remove custom font style in invoice sums.

This commit is contained in:
2024-12-05 20:23:19 +01:00
parent 15573a85ec
commit cf29de5650
4 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-12-05 - 1.6.5 - fix(contentinvoice)
Fix VAT group item number formatting and remove custom font style in invoice sums.
- Removed custom font-family style from the invoice sums.
- Corrected VAT group item numbers display by properly formatting and removing trailing comma.
## 2024-12-05 - 1.6.4 - fix(styling)
Consolidated shared styles for consistent font applied across various components.