From 1ec347ace3b9c28428fbc6853b14981d032db6e7 Mon Sep 17 00:00:00 2001 From: Sergei Kasianenko <41939763+urchinpro@users.noreply.github.com> Date: Mon, 16 Oct 2023 03:11:37 +0000 Subject: [PATCH] Update results/views.py Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- results/views.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/results/views.py b/results/views.py index b23dc89fb9..a4818ac6b0 100644 --- a/results/views.py +++ b/results/views.py @@ -47,8 +47,17 @@ from clients.models import CardBase from directions.models import Issledovaniya, Result, Napravleniya, ParaclinicResult, Recipe, DirectionDocument, DocumentSign from laboratory.decorators import logged_in_or_token -from laboratory.settings import DEATH_RESEARCH_PK, LK_USER, SYSTEM_AS_VI, QRCODE_OFFSET_SIZE, LEFT_QRCODE_OFFSET_SIZE, GISTOLOGY_RESEARCH_PK, RESEARCHES_NOT_PRINT_FOOTERS, \ - RESULT_LABORATORY_FORM, SELF_WATERMARKS +from laboratory.settings import ( + DEATH_RESEARCH_PK, + LK_USER, + SYSTEM_AS_VI, + QRCODE_OFFSET_SIZE, + LEFT_QRCODE_OFFSET_SIZE, + GISTOLOGY_RESEARCH_PK, + RESEARCHES_NOT_PRINT_FOOTERS, + RESULT_LABORATORY_FORM, + SELF_WATERMARKS, +) from laboratory.settings import FONTS_FOLDER from laboratory.utils import strdate, strtime from podrazdeleniya.models import Podrazdeleniya