Skip to content

Commit 0f48dc0

Browse files
authored
Fixed: Issue on Create New Shipment Screen after page re-loading on e… (#1105)
…rror due to any reason. (#1088) Fixed: (OFBIZ-12157) Explanation: Fixed: Issue on Create New Shipment Screen after page re-loading on error due to any reason. Thanks: Thanks to Rashi Dhagat for reporting issue and providing proper details to regenerate on ticket.
1 parent 6f6bf46 commit 0f48dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

applications/product/widget/facility/ShipmentForms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ under the License.
8484
</grid>
8585
<form name="EditShipment" type="single" target="updateShipment" title="" default-map-name="shipment"
8686
header-row-style="header-row" default-table-style="basic-table">
87-
<alt-target use-when="shipment==null&amp;&amp;shipmentTypeId==null" target="createShipment"/>
87+
<alt-target use-when="shipment==null&amp;&amp;(shipmentTypeId==null||!shipmentTypeId.equals(&quot;PURCHASE_RETURN&quot;))" target="createShipment"/>
8888
<alt-target use-when="shipment==null&amp;&amp;shipmentTypeId!=null&amp;&amp;shipmentTypeId.equals(&quot;PURCHASE_RETURN&quot;)" target="createShipmentAndItemsForVendorReturn"/>
8989

9090
<auto-fields-service service-name="updateShipment"/>

0 commit comments

Comments
 (0)