Author: surajk
Date: Sat Nov 24 06:06:57 2018
New Revision: 1847340

URL: http://svn.apache.org/viewvc?rev=1847340&view=rev
Log:
Fixed: Typo in shipmentTypeId. It should be INCOMING_SHIPMENT instead of 
INGOING_SHIPMENT.
> > (OFBIZ-6958)

Modified:
    
ofbiz/branches/release16.11/applications/product/minilang/shipment/shipment/ShipmentServices.xml

Modified: 
ofbiz/branches/release16.11/applications/product/minilang/shipment/shipment/ShipmentServices.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/product/minilang/shipment/shipment/ShipmentServices.xml?rev=1847340&r1=1847339&r2=1847340&view=diff
==============================================================================
--- 
ofbiz/branches/release16.11/applications/product/minilang/shipment/shipment/ShipmentServices.xml
 (original)
+++ 
ofbiz/branches/release16.11/applications/product/minilang/shipment/shipment/ShipmentServices.xml
 Sat Nov 24 06:06:57 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>


Reply via email to