Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion applications/product/widget/facility/ShipmentForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ under the License.
</grid>
<form name="EditShipment" type="single" target="updateShipment" title="" default-map-name="shipment"
header-row-style="header-row" default-table-style="basic-table">
<alt-target use-when="shipment==null&amp;&amp;shipmentTypeId==null" target="createShipment"/>
<alt-target use-when="shipment==null&amp;&amp;(shipmentTypeId==null||!shipmentTypeId.equals(&quot;PURCHASE_RETURN&quot;))" target="createShipment"/>
<alt-target use-when="shipment==null&amp;&amp;shipmentTypeId!=null&amp;&amp;shipmentTypeId.equals(&quot;PURCHASE_RETURN&quot;)" target="createShipmentAndItemsForVendorReturn"/>

<auto-fields-service service-name="updateShipment"/>
Expand Down
Loading