svn commit: r1847339 - /ofbiz/ofbiz-framework/branches/release17.12/applications/product/minilang/shipment/shipment/ShipmentServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1847339 - /ofbiz/ofbiz-framework/branches/release17.12/applications/product/minilang/shipment/shipment/ShipmentServices.xml

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

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

Modified:
    ofbiz/ofbiz-framework/branches/release17.12/applications/product/minilang/shipment/shipment/ShipmentServices.xml

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