mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: sider issue
This commit is contained in:
@@ -134,7 +134,7 @@ frappe.ui.form.on("Project", {
|
|||||||
frappe.confirm(__('Set Project and all Tasks to status {0}?', [status.bold()]), () => {
|
frappe.confirm(__('Set Project and all Tasks to status {0}?', [status.bold()]), () => {
|
||||||
frappe.xcall('erpnext.projects.doctype.project.project.set_project_status',
|
frappe.xcall('erpnext.projects.doctype.project.project.set_project_status',
|
||||||
{project: frm.doc.name, status: status}).then(() => {
|
{project: frm.doc.name, status: status}).then(() => {
|
||||||
frm.reload_doc()
|
frm.reload_doc();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user