mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +00:00
fix: removed unwanted fields
This commit is contained in:
parent
c0c61045b2
commit
c2571230fd
@ -196,17 +196,11 @@
|
||||
"fieldtype": "Date",
|
||||
"section": "Validity"
|
||||
},
|
||||
{
|
||||
"fieldname": "thresholdForSuggestion",
|
||||
"label": "Threshold for Suggestion",
|
||||
"fieldtype": "Float",
|
||||
"section": "Threshold and Priority"
|
||||
},
|
||||
{
|
||||
"fieldname": "priority",
|
||||
"label": "Priority",
|
||||
"fieldtype": "Select",
|
||||
"section": "Threshold and Priority",
|
||||
"section": "Priority",
|
||||
"required": true,
|
||||
"options": [
|
||||
{ "value": "1", "label": 1 },
|
||||
|
Loading…
Reference in New Issue
Block a user