update excel

This commit is contained in:
2026-02-09 16:28:32 +03:30
parent 675c0040a6
commit 778d804670

View File

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