diff --git a/app/controllers/trade/admin/items_controller.rb b/app/controllers/trade/admin/items_controller.rb index af46ace37..09e7fc771 100644 --- a/app/controllers/trade/admin/items_controller.rb +++ b/app/controllers/trade/admin/items_controller.rb @@ -49,7 +49,7 @@ def desk def desk_history q_params = { - status: ['deliverable'] + status: ['deliverable', 'done'] } q_params.merge! default_params q_params.merge! params.permit(:cart_id, :order_id, :good_type, :good_id, :desk_id, :aim, :address_id, :status) diff --git a/app/views/trade/admin/items/_desk/_breadcrumb.html.erb b/app/views/trade/admin/items/_desk/_breadcrumb.html.erb index 65cf20a81..88d6b7e43 100644 --- a/app/views/trade/admin/items/_desk/_breadcrumb.html.erb +++ b/app/views/trade/admin/items/_desk/_breadcrumb.html.erb @@ -1,3 +1,2 @@