commit | 545f2ccdf1a66ccdcea04de532e637fa502b7e67 | [log] [tgz] |
---|---|---|
author | Gursheen Anand <gursheen@frappe.io> | Sat Sep 23 14:59:12 2023 +0530 |
committer | Gursheen Anand <gursheen@frappe.io> | Sat Sep 23 14:59:12 2023 +0530 |
tree | a30e2a878b153903d48632445fc9319833d707d9 | |
parent | b3aa201eb570167c44225438031438065eef9728 [diff] |
chore: remove unused variable
diff --git a/erpnext/accounts/doctype/payment_entry/payment_entry.js b/erpnext/accounts/doctype/payment_entry/payment_entry.js index 2526f7b..0203c45 100644 --- a/erpnext/accounts/doctype/payment_entry/payment_entry.js +++ b/erpnext/accounts/doctype/payment_entry/payment_entry.js
@@ -874,7 +874,6 @@ } } - let outstanding_amount; $.each(frm.doc.references || [], function(i, row) { if (frappe.flags.allocate_payment_amount == 0) { //If allocate payment amount checkbox is unchecked, set zero to allocate amount