From b189e728e659f2cd7b126dd073c752890e9c0458 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Sat, 7 Feb 2026 16:22:30 +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 5b926ed..f74f4b2 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.get('loadingSum')) if int(good_sum.get('loadingSum',0)) > 0: for key in same_keys: if key in request.data and request.data[key] is not None: