update cron

This commit is contained in:
2026-01-26 16:21:36 +03:30
parent 51a764daac
commit cf8636184d

View File

@@ -5253,7 +5253,7 @@ def delete_steward_allocation_cron():
active_expire_date_time=True,
logged_registration_code__isnull=True,
kill_house__isnull=False,
return_trash=False).order_by('id')
return_trash=False,to_cold_house__isnull=True).order_by('id')
for allocation in steward_allocation:
product = allocation.product
seller_type = allocation.seller_type