Leave Application - Unable to submit

Hello,

Can anyone explain why Leave Applications are not getting Submitted?
No any workflow is active.
By default draft sets the status OPEN and system must demand approved or rejected only when the workflow is active

1 Like

Leave Application has an internal validation in ERPNext/HRMS.

Even without Workflow, the system allows submission only when status is:

  • Approved
  • Rejected

By default Draft sets status as Open, so Submit gets blocked.

So this is standard ERPNext behavior, not a Workflow issue.