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

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

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

Adam Heath-2
[hidden email] 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.

Reply | Threaded
Open this post in threaded view
|

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

Jacopo Cappellato-4

On Mar 18, 2010, at 4:19 PM, Adam Heath wrote:

> [hidden email] 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.
>

No, you still don't understand.
Now, if you want to collaborate on the issues you are experiencing, I am here to help. But calm down before, let's restart and talk about the issue you are having. I think I could help.

Jacopo