-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
File Specification Number and Name
130 - ESEA Status
What Happened?
Creating the submission file the value for persistently dangerous schools has (status) - (status) instead of just displaying the status.
This issue is corrected by changing around the line 689 of the RDS.Create_OrganizationReportData by either deleting or commenting out the offending code.
, CASE schStatus.PersistentlyDangerousStatusCode
WHEN 'MISSING' THEN 'MISSING'
ELSE UPPER(schStatus.PersistentlyDangerousStatusDescription)
--+ ' - ' + schStatus.PersistentlyDangerousStatusCode
END
Steps to Reproduce
No response
Version
12.4
Logs or Error Output
Priority
Medium
Code of Conduct
- I agree to follow the Code of Conduct.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working