[minor] fix default permissions for purchase taxes and charges master

This commit is contained in:
Rushabh Mehta 2015-04-16 10:48:13 +05:30
parent a7b7e62e26
commit 12ade3573b
2 changed files with 15 additions and 1 deletions

View File

@ -71,7 +71,7 @@
],
"icon": "icon-money",
"idx": 1,
"modified": "2015-02-05 05:11:44.223684",
"modified": "2015-04-16 01:15:24.620310",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Purchase Taxes and Charges Master",
@ -104,6 +104,19 @@
"share": 1,
"submit": 0,
"write": 1
},
{
"create": 0,
"delete": 0,
"email": 0,
"export": 0,
"permlevel": 0,
"print": 0,
"read": 1,
"report": 0,
"role": "Purchase User",
"share": 0,
"write": 0
}
]
}

View File

@ -138,3 +138,4 @@ execute:frappe.delete_doc("DocType", "Chart of Accounts")
execute:frappe.delete_doc("DocType", "Style Settings")
erpnext.patches.v5_0.update_opportunity
erpnext.patches.v5_0.opportunity_not_submittable
execute:frappe.permissions.reset_perms("Purchase Taxes and Charges Master") #2014-06-09