update cron

This commit is contained in:
2026-01-26 16:24:09 +03:30
parent acdf904a51
commit 16665372da

View File

@@ -5253,7 +5253,7 @@ def delete_steward_allocation_cron():
active_expire_date_time=True, active_expire_date_time=True,
logged_registration_code__isnull=True, logged_registration_code__isnull=True,
kill_house__isnull=False, 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: for allocation in steward_allocation:
product = allocation.product product = allocation.product
seller_type = allocation.seller_type seller_type = allocation.seller_type