mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Removed shipments from orders tab. This option is removed in spree 2
This commit is contained in:
@@ -65,10 +65,6 @@
|
||||
%li{ class: payments_classes }
|
||||
= link_to_with_icon 'icon-credit-card', t(:payments), admin_order_payments_url(@order)
|
||||
|
||||
- shipments_classes = "active" if current == "Shipments"
|
||||
%li{ class: shipments_classes }
|
||||
= link_to_with_icon 'icon-road', t(:shipments), admin_order_shipments_url(@order)
|
||||
|
||||
- if @order.completed?
|
||||
- authorizations_classes = "active" if current == "Return Authorizations"
|
||||
%li{ class: authorizations_classes }
|
||||
|
||||
Reference in New Issue
Block a user