mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
eb2b6f4727
- reword "Features Flags" to "Features" - reword "Save to database" - fix "New Entry" display - fix address sectioning
22 lines
359 B
JSON
22 lines
359 B
JSON
{
|
|
"name": "Address",
|
|
"fields": [
|
|
{
|
|
"fieldname": "pos",
|
|
"label": "Place of Supply",
|
|
"fieldtype": "AutoComplete",
|
|
"placeholder": "Place of Supply",
|
|
"section": "Miscellaneous"
|
|
}
|
|
],
|
|
"quickEditFields": [
|
|
"addressLine1",
|
|
"addressLine2",
|
|
"city",
|
|
"state",
|
|
"country",
|
|
"postalCode",
|
|
"pos"
|
|
]
|
|
}
|