diff --git a/app/services/shops_list_service.rb b/app/services/shops_list_service.rb index 0e4d42f99e..d276f57ae8 100644 --- a/app/services/shops_list_service.rb +++ b/app/services/shops_list_service.rb @@ -2,7 +2,10 @@ class ShopsListService def open_shops - shops_list.ready_for_checkout.all + shops_list. + ready_for_checkout. + distributors_with_active_order_cycles. + all end def closed_shops