iupui-soic / openemr

The most popular open source electronic health records and medical practice management solution.
https://open-emr.org/
GNU General Public License v3.0
0 stars 2 forks source link

Update RulesPlanMappingEventHandlers.php #13

Closed KeerthikaSunchu closed 3 months ago

KeerthikaSunchu commented 3 months ago

Fixes #12

Updating the SQL query within the generatePlanID() function to properly sort plan IDs. Resolving the error message "Error in adding new plan" that occurs when attempting to add plans after reaching the 10th plan in the CDR module.

sunbiz commented 3 months ago

Thanks for the quick fix!!