Wednesday, November 20, 2024
1 change · saas-17.4
Resolved issues and error corrections
Restores the activity used to identify tax reports that still need to be sent, making it easier for users to track pending tax submissions. The change also ensures the required reminder activities are available even in systems that have not been fully updated.
Original PR description
The aim of this commit is to allow detection of tax report that still need to be send easily by putting back the tax report to be sent activity that was deleted by commit 7bace07feea5 It also make sure those activities exists before using them to ensure the feature works even without updating the module. Context: The deletion of that activity makes this detection much harder and removes the possibility to know if was sent or not. Before the commit: It is impossible to know if a tax report has been sent or not. After the commit: The tax report to be sent can be found easily by looking for the tax report to be sent activity. We can assume the tax report was sent once the activity has been deleted. task-id: 4292304