mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
7cfd0726d6
- table borders
22 lines
388 B
JSON
22 lines
388 B
JSON
{
|
|
"name": "submittable",
|
|
"fields": [
|
|
{
|
|
"fieldname": "submitted",
|
|
"label": "Submitted",
|
|
"fieldtype": "Check",
|
|
"required": true,
|
|
"meta": true,
|
|
"section": "System"
|
|
},
|
|
{
|
|
"fieldname": "cancelled",
|
|
"label": "Cancelled",
|
|
"fieldtype": "Check",
|
|
"required": true,
|
|
"meta": true,
|
|
"section": "System"
|
|
}
|
|
]
|
|
}
|