Skip to content

Commit

Permalink
Update Shipment.xml
Browse files Browse the repository at this point in the history
Add persistent display of Customer above screen tabs.
  • Loading branch information
Jwager-SBRx committed Dec 9, 2020
1 parent e45cc17 commit c918761
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion screen/PopCommerceAdmin/Shipment.xml
Expand Up @@ -37,5 +37,11 @@ along with this software (see the LICENSE.md file). If not, see
<subscreens-item name="ShipmentByPackage" menu-include="false"
location="component://SimpleScreens/screen/SimpleScreens/Shipment/ShipmentByPackage.xml"/>
</subscreens>
<widgets><subscreens-panel id="ShipmentPanel"/></widgets>
<actions>
<entity-find-one entity-name="mantle.shipment.Shipment" value-field="shipment"/>
</actions>
<widgets>
<label text="${shipmentId} - ${shipment.toPartyId}" type="h3" condition="shipmentId"/>
<subscreens-panel id="ShipmentPanel"/>
</widgets>
</screen>

0 comments on commit c918761

Please sign in to comment.