Author: mor
Date: Thu Apr 30 10:43:48 2009
New Revision: 770157

URL: http://svn.apache.org/viewvc?rev=770157&view=rev
Log:
Misc. cleanups. Btw, I am not able to find any usage of updateReturnItemsStatus 
service?

Modified:
    ofbiz/trunk/applications/order/servicedef/services_return.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_return.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_return.xml?rev=770157&r1=770156&r2=770157&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_return.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_return.xml Thu Apr 30 
10:43:48 2009
@@ -85,7 +85,6 @@
         <description>Update ReturnItem(s) Status</description>
         <attribute name="returnId" type="String" mode="IN" optional="false"/>
         <attribute name="statusId" type="String" mode="IN" optional="false"/>
-        <attribute name="currentStatusId" type="String" mode="IN" 
optional="false"/>
     </service>
     <service name="removeReturnItem" engine="simple"
             
location="component://order/script/org/ofbiz/order/order/OrderReturnServices.xml"
 invoke="removeReturnItem">

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=770157&r1=770156&r2=770157&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Thu 
Apr 30 10:43:48 2009
@@ -32,7 +32,6 @@
         <field use-when="returnHeader!=null" name="returnId" 
tooltip="${uiLabelMap.OrderReturnCannotBeChanged}"><display/></field>
         <field use-when="returnHeader==null&amp;&amp;returnId!=null" 
name="returnId" tooltip="${uiLabelMap.OrderReturnCannotBeFound} 
${returnId}"><text size="20" maxlength="20"/></field>
         <field use-when="returnHeader==null&amp;&amp;returnId==null" 
name="returnId"><ignored/></field>
-        <field name="currentStatusId" entry-name="statusId"><hidden/></field>
         <field name="returnHeaderTypeId" id-name="returnHeaderTypeId">
             <drop-down allow-empty="false">
                 <entity-options entity-name="ReturnHeaderType" 
description="${description}"/>


Reply via email to