Skip to content

Commit

Permalink
добавлены промежуточные строки
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Mar 22, 2024
1 parent 1695d48 commit 0f4fa5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_framework/employees/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0f4fa5e

Please sign in to comment.