mergify[bot]
há 2 anos
committed by
GitHub
ascendente
cometimento
63e3c61a46
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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")); |
|
|
|
} |
|
|
|