From 4f51dfe4c53d83d53fc80b8929bf2c35713111df Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 16 Sep 2021 17:21:25 +0200 Subject: [PATCH] refactor: remove unnecessary code --- erpnext/accounts/doctype/dunning/dunning.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/erpnext/accounts/doctype/dunning/dunning.js b/erpnext/accounts/doctype/dunning/dunning.js index 5158cc2b7f..7bc79e78fb 100644 --- a/erpnext/accounts/doctype/dunning/dunning.js +++ b/erpnext/accounts/doctype/dunning/dunning.js @@ -71,9 +71,6 @@ frappe.ui.form.on("Dunning", { status: "Overdue", company: frm.doc.company }, - allow_child_item_selection: true, - child_fielname: "payment_schedule", - child_columns: ["due_date", "outstanding"] }); }); }