mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
refactor: remove unnecessary code
This commit is contained in:
@@ -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"]
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user