From 6df0b24bcf66abb3db4b5b6868082fa829f81eaa Mon Sep 17 00:00:00 2001 From: Joseph Johansen Date: Thu, 29 Aug 2024 11:48:14 +0100 Subject: [PATCH] Add implementation --- app/services/shops_list_service.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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