Add mailing address to person fieldset.
This commit is contained in:
parent
3b5ea0e426
commit
c7eb852fa4
|
@ -97,6 +97,7 @@ class PeopleView(MasterView):
|
|||
fs.display_name,
|
||||
fs.phone.label("Phone Number").readonly(),
|
||||
fs.email.label("Email Address").readonly(),
|
||||
fs.address.label("Mailing Address").readonly(),
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue