Added custom_subdivision to Address doctype.
This commit is contained in:
parent
b7208f863f
commit
d488651d2a
1 changed files with 7 additions and 0 deletions
|
|
@ -354,6 +354,13 @@ def add_custom_fields():
|
|||
fieldtype="Table",
|
||||
options="Address Task Link",
|
||||
insert_after="projects"
|
||||
),
|
||||
dict(
|
||||
fieldname="custom_subdivision",
|
||||
label="Subdivision",
|
||||
fieldtype="Link",
|
||||
options="Territory",
|
||||
insert_after="address_line2"
|
||||
)
|
||||
],
|
||||
"Contact": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue