2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

Delete role.js

This commit is contained in:
Rushabh Mehta 2018-02-19 12:46:27 +05:30 committed by GitHub
parent 2f5037a0bb
commit b384f37b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +0,0 @@
module.exports = {
"name": "Role",
"doctype": "DocType",
"isSingle": 0,
"isChild": 0,
"keywordFields": [],
"fields": [
{
"fieldname": "name",
"label": "Name",
"fieldtype": "Data",
"required": 1
}
]
}