Skip to content

Commit

Permalink
Merge pull request #378 from DiamondLightSource/pre-release/2022-R5.2.1
Browse files Browse the repository at this point in the history
Merge 2022-R5.2.1 into master
  • Loading branch information
MattPrit authored Dec 7, 2022
2 parents 516e44f + c94ea55 commit b6189a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/js/templates/shipment/shipment.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Shipment: <span class="SHIPPINGNAME"><%-SHIPPINGNAME%></span></h1>
<a class="button send" href="#"><i class="fa fa-plane"></i> Mark as Sent</a>
<% } %>

<% if (DHL_ENABLE && (DELIVERYAGENT_AGENTNAME.toLowerCase() == 'dhl' || !DELIVERYAGENT_AGENTNAME)) { %>
<% if (!DELIVERYAGENT_AGENTNAME || (DHL_ENABLE && DELIVERYAGENT_AGENTNAME.toLowerCase() == 'dhl')) { %>
<% if (DELIVERYAGENT_HAS_LABEL == '1') { %>
<a class="button pdf" href="<%-APIURL%>/pdf/awb/sid/<%-SHIPPINGID%>"><i class="fa fa-print"></i> Print Air Waybill</a>
<!-- <a class="button cancel" href="#"><i class="fa fa-truck"></i> Cancel Pickup</a> -->
Expand Down

0 comments on commit b6189a7

Please sign in to comment.