mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add additional rows to payment method selection
This commit is contained in:
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user