[email protected] wrote: > 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"/>
Btw, this is wrong. It's not that you have to migrate ItemIssuance. OrderShipment has to be migrated away from.
