mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: formatted code
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
"label": "Maximum Use",
|
"label": "Maximum Use",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"required": true,
|
|
||||||
"section": "Validity and Usage"
|
"section": "Validity and Usage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -73,7 +72,6 @@
|
|||||||
"label": "Used",
|
"label": "Used",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"required": true,
|
|
||||||
"readOnly": true,
|
"readOnly": true,
|
||||||
"section": "Validity and Usage"
|
"section": "Validity and Usage"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user