2
0
mirror of https://github.com/frappe/books.git synced 2024-09-21 03:39:02 +00:00
books/schemas/app/Misc.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
197 B
JSON
Raw Normal View History

2022-07-20 08:44:36 +00:00
{
"name": "Misc",
"label": "Misc",
"isSingle": true,
"isChild": false,
"fields": [
{
"fieldname": "openCount",
"label": "Open Count",
"fieldtype": "Int"
}
]
}