mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
21 lines
325 B
JSON
21 lines
325 B
JSON
{
|
|
"name": "Address",
|
|
"fields": [
|
|
{
|
|
"fieldname": "pos",
|
|
"label": "Place of Supply",
|
|
"fieldtype": "AutoComplete",
|
|
"placeholder": "Place of Supply"
|
|
}
|
|
],
|
|
"quickEditFields": [
|
|
"addressLine1",
|
|
"addressLine2",
|
|
"city",
|
|
"state",
|
|
"country",
|
|
"postalCode",
|
|
"pos"
|
|
]
|
|
}
|