svn commit: r760409 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

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

svn commit: r760409 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

jleroux@apache.org
Author: jleroux
Date: Tue Mar 31 11:52:21 2009
New Revision: 760409

URL: http://svn.apache.org/viewvc?rev=760409&view=rev
Log:
Useless as explained by David on dev ML (intra-app). Moreover there were full of typos :/

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

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=760409&r1=760408&r2=760409&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Tue Mar 31 11:52:21 2009
@@ -95,7 +95,7 @@
         </field>
         <field name="newCreditCard" widget-style="buttontext" use-when="returnHeader!=null&amp;&amp;returnHeader.getString(&quot;fromPartyId&quot;)!=null">
             <hyperlink also-hidden="false" target="/partymgr/control/editcreditcard" target-window="partymgr" description="${uiLabelMap.AccountingCreateNewCreditCard}" target-type="inter-app">
-                <parameter param-name="partyId" value="${returnHeader.fromPartyId}${externalKeyParam}"/>
+                <parameter param-name="partyId" from-field="returnHeader.fromPartyId/>
             </hyperlink>
         </field>
         <field name="needsInventoryReceive" tooltip="${uiLabelMap.OrderReturnNecessaryReceiveInventoryMessage}">
@@ -165,17 +165,17 @@
         <field name="fromPartyId" title="${uiLabelMap.OrderReturnFromParty}">
             <display-entity entity-name="PartyNameView" key-field-name="partyId" description="${groupName} ${firstName} ${lastName}">
                 <sub-hyperlink link-style="buttontext" target-type="inter-app" description="${fromPartyId}" target="/partymgr/control/viewprofile">
-                    <parameter param-name="partyId" value="fromPartyId}${externalKeyParam"/>
+                    <parameter param-name="partyId" from-field="fromPartyId"/>
                 </sub-hyperlink>
             </display-entity>
         </field>
         <field name="destinationFacilityId" widget-style="buttontext" title="${uiLabelMap.OrderReturnDestinationFacility}">
             <hyperlink target-type="inter-app" description="${destinationFacilityId}" target="/facility/control/EditFacility">
-                <parameter param-name="facilityId" value="destinationFacilityId}${externalKeyParam"/>
+                <parameter param-name="facilityId" from-field="destinationFacilityId"/>
             </hyperlink>
         </field>
         <field name="statusId" title="${uiLabelMap.CommonStatus}">
             <display-entity entity-name="StatusItem" key-field-name="statusId" description="${description}"/>
         </field>
     </form>
-</forms>
\ No newline at end of file
+</forms>