7a20f732f2
The P2 subagent shipped a UI chevron+expansion in Remittances.tsx that read adjustments from the list payload, but iter_remittances() didn't include the CasAdjustment rows. Result: the expansion was always empty when a remittance was opened from the list (the detail endpoint worked). Fix: bulk-fetch all CasAdjustment rows for the remittance_ids in one query, then attach them as the 'adjustments' array. N+1-free.