airajena opened a new pull request, #5281: URL: https://github.com/apache/fineract/pull/5281
## Description Fixes typo in `ConditionType` enum: `GRETERTHAN` → `GREATERTHAN` This addresses the TODO comment at line 28 of ConditionType.java. ## Changes - `ConditionType.java` - Fixed enum name and code string - `CommonEnumerations.java` - Updated switch case references - `DropdownReadPlatformServiceImpl.java` - Updated enum reference - `AttributeIncentiveCalculation.java` - Updated switch case ## Related Issue FINERACT-2421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
