Skip to content

Commit

Permalink
chore: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AyshaHakeem committed Jan 15, 2025
1 parent 054d021 commit 2f8014d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def cancel_loan_repayment(doc: "FullandFinalStatement"):

loan_receivables.append(receivable.reference_document)

# loan_receivables = list(set(loan_receivables))
for loan in loan_receivables:
posting_date = frappe.utils.getdate(doc.transaction_date)
loan_repayment = frappe.get_doc(
Expand Down

0 comments on commit 2f8014d

Please sign in to comment.