Changeset 604420c in tailbone
- Timestamp:
- 11/23/2022 12:27:09 PM (2 months ago)
- Branches:
- master
- Children:
- 88aeaf3
- Parents:
- b64f6c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tailbone/views/master.py
rb64f6c7 r604420c 3865 3865 3866 3866 def objectify_contact(self, contact, data): 3867 app = self.get_rattail_app() 3867 3868 3868 3869 if 'default_email' in data: … … 3878 3879 3879 3880 if 'default_phone' in data: 3880 number = data['default_phone']3881 number = app.format_phone_number(data['default_phone']) 3881 3882 if contact.phones: 3882 3883 if number:
Note: See TracChangeset
for help on using the changeset viewer.