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

unused data structure removed

parent b073b152
No related branches found
No related tags found
1 merge request!305Resolve "Allow for adding modifying types of subjects"
...@@ -27,10 +27,6 @@ VALUE_TYPE_CHOICES = ( ...@@ -27,10 +27,6 @@ VALUE_TYPE_CHOICES = (
SUBJECT_TYPE_CHOICES_CONTROL = 'C' SUBJECT_TYPE_CHOICES_CONTROL = 'C'
SUBJECT_TYPE_CHOICES_PATIENT = 'P' SUBJECT_TYPE_CHOICES_PATIENT = 'P'
SUBJECT_TYPE_CHOICES = {
SUBJECT_TYPE_CHOICES_CONTROL: 'CONTROL',
SUBJECT_TYPE_CHOICES_PATIENT: 'PATIENT',
}
APPOINTMENT_TYPE_DEFAULT_COLOR = '#cfc600' APPOINTMENT_TYPE_DEFAULT_COLOR = '#cfc600'
APPOINTMENT_TYPE_DEFAULT_FONT_COLOR = '#00000' APPOINTMENT_TYPE_DEFAULT_FONT_COLOR = '#00000'
......
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