-
fix: Use /invoices/drafts with proper customer filtering
released this
2026-01-27 08:31:22 +01:00 | 108 commits to main since this releasev1.3.147:
- Changed from /customers/{id}/invoices/sent (404) to /invoices/drafts
- Fetch all drafts, then filter by customer number
- Apply date filter ONLY on customer invoices (fixes bug)
- Proper order: fetch all -> filter customer -> filter date
Downloads