From cf8636184dfa0b0a4f047d286e4602b2a875ffe3 Mon Sep 17 00:00:00 2001 From: 7nimor <7nimor@gmail.com> Date: Mon, 26 Jan 2026 16:21:36 +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 3732677..1a2ff29 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