mirror of
https://github.com/frappe/books.git
synced 2025-01-25 16:18:33 +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…
x
Reference in New Issue
Block a user