When viewing a list of available stock adjustment reasons on the requisition form, the display order is not respected. The backend properly includes the display order info in the response, so it seems that UI does not sort them according to the specified order. When viewing the dropdown with available stock adjustment reasons, the display order should be respected.
Acceptance criteria:
when viewing the dropdown with available stock adjustment reasons, the display order should be respected
Correct order for Family Planning (this can be checked by looking at displayOrder value in the response from /api/stockAdjustmentReasons/search?program=programId):
Transfer in
Transfer out
Damaged
Lost
Stolen
Expired
Passed open-vial time limit
Cold chain failure
Clinic return
Thank you. I checked, and everything works correctly.