mergify[bot]
před 2 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
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")); |
|
|
|
} |
|
|
|