mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge pull request #44834 from frappe/mergify/bp/version-15-hotfix/pr-44644
fix: permissions for marking Quotation as lost (backport #44644)
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
"table_fieldname": "competitors"
|
"table_fieldname": "competitors"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2023-11-23 19:33:54.284279",
|
"modified": "2024-12-10 08:26:38.496003",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Competitor",
|
"name": "Competitor",
|
||||||
@@ -53,20 +53,25 @@
|
|||||||
"print": 1,
|
"print": 1,
|
||||||
"read": 1,
|
"read": 1,
|
||||||
"report": 1,
|
"report": 1,
|
||||||
"role": "System Manager",
|
"role": "Sales Master Manager",
|
||||||
"share": 1,
|
"share": 1,
|
||||||
"write": 1
|
"write": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"create": 1,
|
|
||||||
"email": 1,
|
|
||||||
"export": 1,
|
|
||||||
"print": 1,
|
|
||||||
"read": 1,
|
"read": 1,
|
||||||
"report": 1,
|
"role": "Sales User"
|
||||||
"role": "Sales User",
|
},
|
||||||
"share": 1,
|
{
|
||||||
"write": 1
|
"read": 1,
|
||||||
|
"role": "Sales Manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Maintenance Manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Maintenance User"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quick_entry": 1,
|
"quick_entry": 1,
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
"table_fieldname": "lost_reasons"
|
"table_fieldname": "lost_reasons"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2023-11-23 19:31:02.743353",
|
"modified": "2024-12-10 08:21:38.280627",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Quotation Lost Reason",
|
"name": "Quotation Lost Reason",
|
||||||
@@ -49,6 +49,22 @@
|
|||||||
"role": "Sales Master Manager",
|
"role": "Sales Master Manager",
|
||||||
"share": 1,
|
"share": 1,
|
||||||
"write": 1
|
"write": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Sales User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Sales Manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Maintenance User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"read": 1,
|
||||||
|
"role": "Maintenance Manager"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quick_entry": 1,
|
"quick_entry": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user