fix(contentinvoice): Fixed currency display issues in invoice content rendering.

This commit is contained in:
2024-11-27 19:15:29 +01:00
parent 60e6d935d6
commit a5ff39d306
6 changed files with 77 additions and 18 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-27 - 1.0.102 - fix(contentinvoice)
Fixed currency display issues in invoice content rendering.
- Corrected the usage of currency property to consistently pull from letterData content for invoice items.
- Ensured currency is correctly displayed in the invoice PDF generation.
## 2024-11-27 - 1.0.101 - fix(shared)
Fixed the demo letter item details by replacing `currency` with `position` to correctly define the item position.