fix: correct receiver field
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 925cb39..f605ad3 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,