I think I got what you were saying - its done at r806425.
Thanks Jacques for your comment on this.

--
Ashish

On Thu, Aug 20, 2009 at 5:46 PM, Jacques Le Roux <jacques.le.r...@free.fr>wrote:

> Hi Ashish,
>
>
>  Author: ashish
>> Date: Thu Jun 18 10:52:01 2009
>> New Revision: 786014
>>
>> URL: http://svn.apache.org/viewvc?rev=786014&view=rev
>> Log:
>> Applied fix from trunk revision: 786013.
>> Applied patch from jira issue OFBIZ-2619 (Issues with Receive PO
>> functionality).
>> I have tested this patch extensively and now things looks more accurate.
>> I agree with the issues specified from Mridul in the jira issue.
>>
>> Thanks Mridul for your contribution.
>>
>> Modified:
>>   ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
>>
>> ofbiz/branches/release09.04/applications/product/script/org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml
>>   ofbiz/branches/release09.04/applications/product/servicedef/secas.xml
>>
>> ofbiz/branches/release09.04/applications/product/servicedef/services_shipment.xml
>>
>> Modified:
>> ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=786014&r1=786013&r2=786014&view=diff
>>
>> ==============================================================================
>> --- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> (original)
>> +++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml
>> Thu Jun 18 10:52:01 2009
>> @@ -50,7 +50,6 @@
>>    <eca service="receiveInventoryProduct" event="commit">
>>        <condition field-name="facilityId" operator="is-not-empty"/>
>>        <condition field-name="orderId" operator="is-not-empty"/>
>> -        <action service="updatePoOnReceiveInventory" mode="sync"/>
>>
>
> There is a problem here because any actions exist. This was reported in
> user ML or Jira. With my (again) low conneciton I can't check where exactly.
>
> Thanks
>
> Jacques
>
>
>     </eca>
>>    <eca service="changeOrderItemStatus" event="commit">
>>        <condition field-name="statusId" operator="equals"
>> value="ITEM_CANCELLED"/>
>>
>>
>

Reply via email to