ucdavis/AD419DataHelper

Fix status after running Start Process for New Reporting Year.

Closed this issue · 1 comments

All status is cleared after running usp_BeginProcessingForNewReportingPeriod. Fix this so that no other statuses are reset, and only the status specifically associated with this step are changed.

The issue was that I had some old status setting logic in the stored procedure that reset everything after executing the stored procedure. I removed the logic as it is no longer needed since we now set the appropriate status C#. Note that these SQL statements were added prior to adding the status setting logic to the DataHelper application, and are no longer needed in the SQL.