refactor: remove unnecessary code

This commit is contained in:
barredterra 2021-09-16 17:21:25 +02:00 committed by marination
parent 2d0dadd9ac
commit 4f51dfe4c5

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