From 46728982634ffc0e1e9592b01c66c71e5522d41b Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 7 Feb 2026 15:48:27 +0330 Subject: [PATCH] update hatching --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 5f4a161..8601aeb 100644 --- a/app/views.py +++ b/app/views.py @@ -807,7 +807,7 @@ class HatchingsViewSet(viewsets.ModelViewSet): 'PartIdCode', 'UnitTypeName' ] good_sum = request.data.get('GoodSum', []) - print(good_sum) + print(request.data) if int(good_sum.get('loadingSum ')) > 0: for key in same_keys: if key in request.data and request.data[key] is not None: