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