mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
fix(remission-data-access): replace hardcoded values with dynamic helper functions Replace hardcoded assortment and retail price values in RemissionSearchService with proper helper functions. Add getAssortmentFromItem and getRetailPriceFromItem helpers to dynamically extract values from Item objects instead of using static fallbacks. Also fix potential undefined reference errors in remission list resource by adding proper null checks for response merging operations. Ref: #5321