2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 07:08:36 +00:00
books/schemas/regional/in/Address.json

22 lines
359 B
JSON
Raw Normal View History

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