From d86186ec472bac0556c5815d28259a2b0fa6c90d Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 30 Jan 2024 12:12:15 +0100 Subject: [PATCH] fix: correct receiver field --- .../notification_for_new_fiscal_year.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json index 925cb39164..f605ad3ba6 100644 --- a/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json +++ b/erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json @@ -19,10 +19,10 @@ "owner": "Administrator", "recipients": [ { - "receiver_by_document_field": "Accounts User" + "receiver_by_role": "Accounts User" }, { - "receiver_by_document_field": "Accounts Manager" + "receiver_by_role": "Accounts Manager" } ], "send_system_notification": 0,