svn commit: r924707 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml

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

svn commit: r924707 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml

jacopoc
Author: jacopoc
Date: Thu Mar 18 11:05:49 2010
New Revision: 924707

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

Modified:
    ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml?rev=924707&r1=924706&r2=924707&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/UpgradeServices.xml Thu Mar 18 11:05:49 2010
@@ -49,7 +49,7 @@ under the License.
         </iterate>
     </simple-method>
 
-    <simple-method method-name="migrateOrderShipment" short-description="Migrate data from ItemIssuaces to OrderShipments when the records are not used to record item issuances but only an order to shipment association.">
+    <simple-method method-name="migrateOrderShipment" short-description="Migrate data from ItemIssuances to OrderShipments when the records are not used to record item issuances but only an order to shipment association.">
         <entity-condition entity-name="ItemIssuance" list="itemIssuances">
             <condition-list combine="and">
                 <condition-expr field-name="inventoryItemId" operator="equals" from-field="nullField"/>