fix(shared): Fixed the demo letter item details by replacing with to correctly define the item position.

This commit is contained in:
2024-11-27 12:21:35 +01:00
parent 78e4fb23cf
commit e547e38158
5 changed files with 29 additions and 224 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 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.
- Replaced incorrect 'currency' field with 'position' in demoletter.ts for item details.
- Ensured item positions are correctly assigned in demoletter.ts.
## 2024-11-27 - 1.0.100 - fix(core)
Fix issues with PDF service, invoice item positioning, and update package dependencies.