|
|
@@ -19,7 +19,7 @@ frappe.ui.form.on('Notification Settings', { |
|
|
|
|
|
|
|
refresh: (frm) => { |
|
|
|
if (frappe.user.has_role('System Manager')) { |
|
|
|
frm.add_custom_button('Go to Notification Settings List', () => { |
|
|
|
frm.add_custom_button(__('Go to Notification Settings List'), () => { |
|
|
|
frappe.set_route('List', 'Notification Settings'); |
|
|
|
}); |
|
|
|
} |
|
|
|