update excel

This commit is contained in:
2026-02-09 16:29:21 +03:30
parent afb09d9992
commit e8e4daf8fb

View File

@@ -451,7 +451,7 @@ def hatching_excel(request):
else:
poultry_hatch = PoultryHatching.objects.filter(archive=False,
allow_hatching='pending',
trash=False).select_related('poultry',
trash=False,unknown=False).select_related('poultry',
'poultry__user').order_by(
'-chicken_age')