mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Remove stock location name from shipment header in the order edit page
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
= "-"
|
||||
%span.shipment-state
|
||||
= Spree.t("shipment_states.#{shipment.state}")
|
||||
= Spree.t(:package_from)
|
||||
%strong.stock-location-name{ "data-hook" => "stock-location-name" }
|
||||
= "'#{shipment.stock_location.name}'"
|
||||
- if shipment.ready? and can? :update, shipment
|
||||
= "-"
|
||||
= link_to 'ship', '#', :class => 'ship button icon-arrow-right', :data => { 'shipment-number' => shipment.number }
|
||||
|
||||
Reference in New Issue
Block a user