community-app
community-app copied to clipboard
Create closing entry - API request not passing closing date
Description
When creating closing entry, we get an error "validation.msg.GLClosure.closingDate.cannot.be.blank" even when closing date is selected.
Steps to Reproduce
Accounting -> Closing Entries -> Create Closure -> Fill details and submit
Expected Behaviour
Submit successfully without any error
Actual Behaviour
Shows validation error
Settings
- Mifos X version: Latest docker image
- Browser used: Firefox
- OS: MacOS
Screenshots
API request is not sending closing date in the body
I just tested the fix in PR #3424, and it works. Can it be merged into the main branch?
I have tested it & it works. Thanks