From 0151ecbb3212640d8321adbae4305c7c868928f1 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 18 Dec 2014 17:04:10 +1100 Subject: [PATCH] Add additional rows to payment method selection --- app/views/spree/admin/reports/order_cycle_management.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/reports/order_cycle_management.html.haml b/app/views/spree/admin/reports/order_cycle_management.html.haml index 5c8db4a2f9..aa59e5a046 100644 --- a/app/views/spree/admin/reports/order_cycle_management.html.haml +++ b/app/views/spree/admin/reports/order_cycle_management.html.haml @@ -11,7 +11,7 @@ = select_tag(:payment_method_name, options_for_select(report_payment_method_options(@orders), params[:payment_method_name]), - multiple: true, include_blank: true) + multiple: true, include_blank: true, size: 10) %br %br = label_tag nil, "Shipping Method: "