You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/06/02 10:09:58 UTC

svn commit: r662359 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

Author: mor
Date: Mon Jun  2 01:09:57 2008
New Revision: 662359

URL: http://svn.apache.org/viewvc?rev=662359&view=rev
Log:
fix typo

Modified:
    ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml?rev=662359&r1=662358&r2=662359&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml (original)
+++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml Mon Jun  2 01:09:57 2008
@@ -476,7 +476,7 @@
 
         <!-- make sure specified quantity is not greater than issued quantity left -->      
         <if-compare-field field-name="toCancelQuantity" operator="greater" to-field-name="qtyIssuedLeft" type="Double">
-            <add-error><fail-message message="Not cancelling ItemIssuanc because the quantity to cancel [${toCancelQuantity}] is greater than the quantity left [${qtyIssuedLeft}] for ItemIssuance [${parameters.itemIssuanceId}]"/></add-error>
+            <add-error><fail-message message="Not cancelling ItemIssuance because the quantity to cancel [${toCancelQuantity}] is greater than the quantity left [${qtyIssuedLeft}] for ItemIssuance [${parameters.itemIssuanceId}]"/></add-error>
         </if-compare-field>
         <check-errors/>
 
@@ -507,7 +507,7 @@
             <field-map field-name="productStoreId" env-name="orderHeader.productStoreId"/>
         </entity-one>           
         <if-compare value="Y" operator="equals" field-name="productStore.isImmediatelyFulfilled">
-            <log level="verbose" message="ProductStore with id ${productStore.productStoreId}, is immediatly fulfilled. Not reseving inventory"/>
+            <log level="verbose" message="ProductStore with id ${productStore.productStoreId}, is immediatly fulfilled. Not reserving inventory"/>
         	<else>
 	            <set field="reserveStoreInventoryMap.productId" from-field="inventoryItem.productId"/>
 	            <set field="reserveStoreInventoryMap.orderId" from-field="itemIssuance.orderId"/>