mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
fix: correct receiver field
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"recipients": [
|
"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,
|
"send_system_notification": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user