Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Oct 14, 2024
1 parent 8fe5e23 commit 59ee719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion directory/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class Researches(models.Model):
laboratory_duration = models.CharField(max_length=3, default="", blank=True, verbose_name="Срок выполнения")
is_need_send_egisz = models.BooleanField(blank=True, default=False, help_text="Требуется отправка документав ЕГИСЗ")
count_volume_material_for_tube = models.FloatField(default=0, verbose_name="Количество материала для емкости в долях", blank=True)
templates_by_department = models.BooleanField(default=False, help_text="Искать шаблоны заполнения по подразделению", null=True)
templates_by_department = models.BooleanField(default=None, help_text="Искать шаблоны заполнения по подразделению", null=True, blank=True)

@staticmethod
def save_plan_performer(tb_data):
Expand Down

0 comments on commit 59ee719

Please sign in to comment.