mergify[bot]
hace 2 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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")); |
|
|
|
} |
|
|
|