mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix(minor): update task list label from Closed to Completed
This commit is contained in:
@@ -9,7 +9,7 @@ frappe.listview_settings['Task'] = {
|
||||
listview.call_for_selected_items(method, {"status": "Open"});
|
||||
});
|
||||
|
||||
listview.page.add_menu_item(__("Set as Closed"), function() {
|
||||
listview.page.add_menu_item(__("Set as Completed"), function() {
|
||||
listview.call_for_selected_items(method, {"status": "Completed"});
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user