From 0f4fa5e9c3d6d113a0488cb5f0dbb0ec279ffa4e Mon Sep 17 00:00:00 2001 From: sergei kasianenko Date: Fri, 22 Mar 2024 09:04:02 +0800 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=BE=D0=BC=D0=B5=D0=B6=D1=83=D1=82?= =?UTF-8?q?=D0=BE=D1=87=D0=BD=D1=8B=D0=B5=20=D1=81=D1=82=D1=80=D0=BE=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- integration_framework/employees/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_framework/employees/views.py b/integration_framework/employees/views.py index e517a24733..d0284b8fc7 100644 --- a/integration_framework/employees/views.py +++ b/integration_framework/employees/views.py @@ -13,7 +13,6 @@ def cash_register(request): body = json.loads(request.body) register_date = body.get("cashRegisterDate") - print(register_date) data = body.get("data") hospital = Hospitals.get_default_hospital() for i in data: