소스 검색

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 년 전
committed by GitHub
부모
커밋
63e3c61a46
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frappe/email/doctype/notification/notification.js

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


불러오는 중...
취소
저장