mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
Refactor Expense Claim (#12883)
* patch for custom workflow * deleted field approval_status * replaced approval_status with workflow_state * updated test cases * validation to check expense approver * check if workflow_state_name already exists * fixes * modified notifications.py * removed field exp_approval and modified test cases
This commit is contained in:
@@ -30,7 +30,7 @@ def get_notification_config():
|
||||
},
|
||||
"Payment Entry": {"docstatus": 0},
|
||||
"Leave Application": {"docstatus": 0},
|
||||
"Expense Claim": {"approval_status": "Draft"},
|
||||
"Expense Claim": {"docstatus": 0},
|
||||
"Job Applicant": {"status": "Open"},
|
||||
"Delivery Note": {
|
||||
"status": ("not in", ("Completed", "Closed")),
|
||||
|
||||
Reference in New Issue
Block a user