Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
подготовка шаблонов бланка результата
Browse files Browse the repository at this point in the history
urchinpro committed Oct 11, 2023
1 parent 1134c7a commit 433f5f7
Showing 4 changed files with 533 additions and 4 deletions.
1 change: 0 additions & 1 deletion directory/models.py
Original file line number Diff line number Diff line change
@@ -174,7 +174,6 @@ class Researches(models.Model):
(10901, '109.01 - 131/у'),
(11001, '110.01 - Антирабическая карта'),
(11002, '110.02 - Заключение ВК по психиатрическому освидетельствованию'),
(11003, '110.03 - Форма с клеше для лаборатории'),
)

RESULT_TITLE_FORMS = (
1 change: 1 addition & 0 deletions laboratory/settings.py
Original file line number Diff line number Diff line change
@@ -392,6 +392,7 @@ def __getitem__(self, item):
NEED_RECIEVE_TUBE_TO_PUSH_ORDER = False
TITLE_RESULT_FORM_USE_HOSPITAL_STAMP = False
QR_CODE_ANKETA = ""
RESULT_LABORATORY_FORM = ""

try:
from laboratory.local_settings import * # noqa: F403,F401
Loading

0 comments on commit 433f5f7

Please sign in to comment.