mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
refactor: remove unnecessary code
This commit is contained in:
@@ -71,9 +71,6 @@ frappe.ui.form.on("Dunning", {
|
|||||||
status: "Overdue",
|
status: "Overdue",
|
||||||
company: frm.doc.company
|
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