From 16665372da1e2b54d24174ba9561d6e2ca62ea74 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Mon, 26 Jan 2026 16:24:09 +0330 Subject: [PATCH] update cron --- panel/ReportingPanel/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/ReportingPanel/views.py b/panel/ReportingPanel/views.py index 0104dec..d363408 100644 --- a/panel/ReportingPanel/views.py +++ b/panel/ReportingPanel/views.py @@ -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