fix: moving 'is your company address' field to erpnext
This commit is contained in:
parent
02e7844690
commit
fb40044496
1 changed files with 3 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"actions": [],
|
||||
"allow_import": 1,
|
||||
"allow_rename": 1,
|
||||
"creation": "2013-01-10 16:34:32",
|
||||
|
|
@ -24,7 +25,6 @@
|
|||
"is_shipping_address",
|
||||
"disabled",
|
||||
"linked_with",
|
||||
"is_your_company_address",
|
||||
"links"
|
||||
],
|
||||
"fields": [
|
||||
|
|
@ -138,12 +138,6 @@
|
|||
"label": "Reference",
|
||||
"options": "fa fa-pushpin"
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"fieldname": "is_your_company_address",
|
||||
"fieldtype": "Check",
|
||||
"label": "Is Your Company Address"
|
||||
},
|
||||
{
|
||||
"fieldname": "links",
|
||||
"fieldtype": "Table",
|
||||
|
|
@ -153,7 +147,8 @@
|
|||
],
|
||||
"icon": "fa fa-map-marker",
|
||||
"idx": 5,
|
||||
"modified": "2019-09-08 11:41:04.145589",
|
||||
"links": [],
|
||||
"modified": "2020-10-14 17:38:08.971776",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Contacts",
|
||||
"name": "Address",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue