Skip to content

Commit

Permalink
Update results/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
urchinpro and github-actions[bot] authored Oct 16, 2023
1 parent 5b924ae commit 1ec347a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions results/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ec347a

Please sign in to comment.