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"] }); }); }