2
0
mirror of https://github.com/frappe/books.git synced 2025-01-03 15:17:30 +00:00

fix: removed unwanted fields

This commit is contained in:
akshayitzme 2024-03-06 15:55:56 +05:30
parent c0c61045b2
commit c2571230fd

View File

@ -196,17 +196,11 @@
"fieldtype": "Date", "fieldtype": "Date",
"section": "Validity" "section": "Validity"
}, },
{
"fieldname": "thresholdForSuggestion",
"label": "Threshold for Suggestion",
"fieldtype": "Float",
"section": "Threshold and Priority"
},
{ {
"fieldname": "priority", "fieldname": "priority",
"label": "Priority", "label": "Priority",
"fieldtype": "Select", "fieldtype": "Select",
"section": "Threshold and Priority", "section": "Priority",
"required": true, "required": true,
"options": [ "options": [
{ "value": "1", "label": 1 }, { "value": "1", "label": 1 },