mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix: improve sorting of remission return receipts - Refactor data fetching to use a single API call for all returns - Apply sorting separately to completed and incomplete returns - Fix template tracking to use index instead of potentially undefined ID - Remove redundant API calls for incomplete returns This ensures proper sorting of remission return receipts while maintaining the separation between completed and incomplete items in the display order. Ref: #5224