Przeglądaj źródła
fix: Notifications. Get Alerts for Today button #18423 (#18428)
(cherry picked from commit 94398aab0e
)
Co-authored-by: avc <94137451+git-avc@users.noreply.github.com>
version-14
mergify[bot]
2 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
frappe/email/doctype/notification/notification.js
|
|
@@ -176,7 +176,7 @@ frappe.ui.form.on("Notification", { |
|
|
|
}, |
|
|
|
callback: function (r) { |
|
|
|
if (r.message && r.message.length > 0) { |
|
|
|
frappe.msgprint(r.message); |
|
|
|
frappe.msgprint(r.message.toString()); |
|
|
|
} else { |
|
|
|
frappe.msgprint(__("No alerts for today")); |
|
|
|
} |
|
|
|