update hatching

This commit is contained in:
2026-02-07 16:15:33 +03:30
parent 8e7b0405bd
commit fca5ac8c35

View File

@@ -859,7 +859,6 @@ class HatchingsViewSet(viewsets.ModelViewSet):
poultry = Poultry.objects.filter(SystemCode=system_code).first()
bars = request.data.get('Transports', [])
good_sums = request.data.get('GoodSum', [])
if 'Transports' in request.data:
request.data.pop('Transports')
evacuation_details = request.data.get('EvacuationDetail', [])