Merge pull request #20736 from deepeshgarg007/loan_repayment_perm

fix: User permission for Loan repayment doctype
This commit is contained in:
Deepesh Garg 2020-02-26 16:51:34 +05:30 committed by GitHub
commit 55078faec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,13 +229,14 @@
],
"is_submittable": 1,
"links": [],
"modified": "2020-02-24 07:35:47.168123",
"modified": "2020-02-26 06:18:54.934538",
"modified_by": "Administrator",
"module": "Loan Management",
"name": "Loan Repayment",
"owner": "Administrator",
"permissions": [
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
@ -245,9 +246,11 @@
"report": 1,
"role": "System Manager",
"share": 1,
"submit": 1,
"write": 1
},
{
"cancel": 1,
"create": 1,
"delete": 1,
"email": 1,
@ -257,6 +260,7 @@
"report": 1,
"role": "Loan Manager",
"share": 1,
"submit": 1,
"write": 1
}
],