update api_update_poultry_hatching_from_rsi

This commit is contained in:
2026-02-10 13:26:17 +03:30
parent 778d804670
commit dc8eb5e9bc

View File

@@ -2827,6 +2827,7 @@ def api_update_poultry_hatching_from_rsi(request):
'chicken_age',
'samasat_discharge_percentage',
'predicate_date',
'loadingSum',
] + report_type_field_list
last_hatchings.save(update_fields=update_fields)
update = LastUpdate.objects.first()