Nrtyck
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frappe/email/doctype/notification/notification.js
|
|
@@ -175,7 +175,7 @@ frappe.ui.form.on("Notification", { |
|
|
|
notification: frm.doc.name, |
|
|
|
}, |
|
|
|
callback: function (r) { |
|
|
|
if (r.message) { |
|
|
|
if (r.message && r.message.length > 0) { |
|
|
|
frappe.msgprint(r.message); |
|
|
|
} else { |
|
|
|
frappe.msgprint(__("No alerts for today")); |
|
|
|