Skip to content
Snippets Groups Projects
Commit 80db12df authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch 'health-partner-can-have-unicode' into 'master'

new type of contact added

See merge request NCER-PD/scheduling-system!258
parents 962e2802 9549af81
No related branches found
No related tags found
1 merge request!258new type of contact added
Pipeline #29660 failed
......@@ -31,12 +31,14 @@ APPOINTMENT_TYPE_DEFAULT_FONT_COLOR = '#00000'
CONTACT_TYPES_EMAIL = 'E'
CONTACT_TYPES_PHONE = 'P'
CONTACT_TYPES_POST_MAIL = 'M'
CONTACT_TYPES_SMS = 'S'
CONTACT_TYPES_FAX = 'X'
CONTACT_TYPES_FACE2FACE = 'F'
CONTACT_TYPES_CHOICES = (
(CONTACT_TYPES_EMAIL, 'Email'),
(CONTACT_TYPES_POST_MAIL, 'Post mail'),
(CONTACT_TYPES_FACE2FACE, 'Face to face'),
(CONTACT_TYPES_FAX, 'Fax'),
(CONTACT_TYPES_PHONE, 'Phone'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment