Author: surajk Date: Sat Nov 24 05:58:15 2018 New Revision: 1847338 URL: http://svn.apache.org/viewvc?rev=1847338&view=rev Log: Fixed: Typo in shipmentTypeId. It should be INCOMING_SHIPMENT instead of INGOING_SHIPMENT. (OFBIZ-6958)
Modified: ofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml Modified: ofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml?rev=1847338&r1=1847337&r2=1847338&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/product/minilang/shipment/shipment/ShipmentServices.xml Sat Nov 24 05:58:15 2018 @@ -76,7 +76,7 @@ under the License. <if> <condition> <or> - <if-compare field="shipmentTypeId" operator="equals" value="INGOING_SHIPMENT"/> + <if-compare field="shipmentTypeId" operator="equals" value="INCOMING_SHIPMENT"/> <if-compare field="shipmentTypeId" operator="equals" value="PURCHASE_SHIPMENT"/> <if-compare field="shipmentTypeId" operator="equals" value="SALES_RETURN"/> </or>