refactor: remove unnecessary code

This commit is contained in:
barredterra
2021-09-16 17:21:25 +02:00
parent 5f0140f02e
commit 75df843c29

View File

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