mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: sider issue
This commit is contained in:
@@ -133,9 +133,9 @@ frappe.ui.form.on("Project", {
|
|||||||
set_status: function(frm, status) {
|
set_status: function(frm, status) {
|
||||||
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