update cron
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user