commit | d86186ec472bac0556c5815d28259a2b0fa6c90d | [log] [tgz] |
---|---|---|
author | David Arnold <dgx.arnold@gmail.com> | Tue Jan 30 12:12:15 2024 +0100 |
committer | David Arnold <dgx.arnold@gmail.com> | Tue Jan 30 12:12:15 2024 +0100 |
tree | 2c32fe80db1e2232a4a088139e840a50377b2902 | |
parent | 3fd43cd6bb10b07390a46cb3430f4615a391cdf6 [diff] |
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,