Skip to content

Commit

Permalink
fix: undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
AyshaHakeem committed Jan 15, 2025
1 parent a77be53 commit 054d021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def on_submit(self):
process_loan_accrual(self)

def on_cancel(self):
self.ignore_linked_doctypes = "GL Entry"
self.ignore_linked_doctypes = ("GL Entry",)
cancel_loan_repayment(self)

def validate_relieving_date(self):
Expand Down

0 comments on commit 054d021

Please sign in to comment.