2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/schemas/regional/in/Address.json
18alantom eb2b6f4727 fix: replace path after a doc has been inserted
- reword "Features Flags" to "Features"
- reword "Save to database"
- fix "New Entry" display
- fix address sectioning
2023-04-24 20:32:12 -07:00

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"
]
}