mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
Merge pull request #16722 from rohitwaghchaure/stop_button_not_working
fix: stop button not working in material request
This commit is contained in:
@@ -85,7 +85,7 @@ frappe.ui.form.on('Material Request', {
|
|||||||
|
|
||||||
// stop
|
// stop
|
||||||
frm.add_custom_button(__('Stop'),
|
frm.add_custom_button(__('Stop'),
|
||||||
() => frm.events.update_status(frm, 'Stop'));
|
() => frm.events.update_status(frm, 'Stopped'));
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user