2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/schemas/regional/in/Address.json

21 lines
325 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"
}
],
"quickEditFields": [
"addressLine1",
"addressLine2",
"city",
"state",
"country",
"postalCode",
"pos"
]
}