update hatching
This commit is contained in:
@@ -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', [])
|
||||
|
||||
Reference in New Issue
Block a user