Parcourir la source

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] il y a 2 ans
committed by GitHub
Parent
révision
63e3c61a46
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      frappe/email/doctype/notification/notification.js

+ 1
- 1
frappe/email/doctype/notification/notification.js Voir le fichier

@@ -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"));
}


Chargement…
Annuler
Enregistrer