2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/schemas/core/PatchRun.json
18alantom 7023ce2171 fix: allow account creation from tax
- prevent random strings when manual naming
- set naming
2022-09-15 14:23:13 +05:30

14 lines
202 B
JSON

{
"name": "PatchRun",
"label": "Patch Run",
"naming": "manual",
"fields": [
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"required": true
}
]
}