mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
Delete role.js
This commit is contained in:
parent
2f5037a0bb
commit
b384f37b3c
@ -1,15 +0,0 @@
|
||||
module.exports = {
|
||||
"name": "Role",
|
||||
"doctype": "DocType",
|
||||
"isSingle": 0,
|
||||
"isChild": 0,
|
||||
"keywordFields": [],
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "name",
|
||||
"label": "Name",
|
||||
"fieldtype": "Data",
|
||||
"required": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user