mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Added orderBy 'name' to the list of shipping methods offered.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
= render 'checkout/accordion_heading'
|
||||
|
||||
.small-12.columns.medium-12.columns.large-6.columns
|
||||
%label{"ng-repeat" => "method in ShippingMethods.shipping_methods"}
|
||||
%label{"ng-repeat" => "method in ShippingMethods.shipping_methods | orderBy: 'name'"}
|
||||
%input{type: :radio,
|
||||
required: true,
|
||||
name: "order.shipping_method_id",
|
||||
|
||||
Reference in New Issue
Block a user