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

user contan screening_number_prefix for adding subjects

parent 96d28c97
No related branches found
No related tags found
1 merge request!30Resolve "screning number can be assigned automatically"
......@@ -36,6 +36,12 @@ class Worker(models.Model):
email = models.EmailField(
verbose_name='E-mail'
)
screening_number_prefix = models.CharField(max_length=1,
null=True,
blank=True,
verbose_name='Default screening number prefix',
)
ROLE_CHOICES_SECRETARY = "SECRETARY"
ROLE_CHOICES = (
('DOCTOR', 'Doctor'),
......
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