We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12f9dc commit 8058d74Copy full SHA for 8058d74
hrms/hr/doctype/employee_advance/employee_advance.py
@@ -30,7 +30,7 @@ def validate(self):
30
self.set_pending_amount()
31
32
def on_cancel(self):
33
- self.ignore_linked_doctypes = "GL Entry"
+ self.ignore_linked_doctypes = ("GL Entry", "Payment Ledger Entry")
34
self.set_status(update=True)
35
36
def set_status(self, update=False):
0 commit comments