2
0
mirror of https://github.com/frappe/books.git synced 2024-12-22 19:09:01 +00:00
books/schemas/regional/in/Address.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
359 B
JSON
Raw Normal View History

2022-03-23 08:37:00 +00:00
{
"name": "Address",
"fields": [
{
"fieldname": "pos",
"label": "Place of Supply",
"fieldtype": "AutoComplete",
"placeholder": "Place of Supply",
"section": "Miscellaneous"
2022-03-23 08:37:00 +00:00
}
],
"quickEditFields": [
"addressLine1",
"addressLine2",
"city",
"country",
2023-08-28 07:18:11 +00:00
"state",
2022-03-23 08:37:00 +00:00
"postalCode",
"pos"
]
}