Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Wellheor1 committed Oct 14, 2024
1 parent 2cfe9c1 commit 8fe5e23
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
@@ -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="Искать шаблоны заполнения по подразделению")
templates_by_department = models.BooleanField(default=False, help_text="Искать шаблоны заполнения по подразделению", null=True)

@staticmethod
def save_plan_performer(tb_data):

0 comments on commit 8fe5e23

Please sign in to comment.