svn commit: r425542 - /incubator/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: r425542 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

sichen
Author: sichen
Date: Tue Jul 25 15:29:01 2006
New Revision: 425542

URL: http://svn.apache.org/viewvc?rev=425542&view=rev
Log:
Added party name to list of returns.

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

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=425542&r1=425541&r2=425542&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Tue Jul 25 15:29:01 2006
@@ -98,8 +98,10 @@
         <field name="entryDate" title="${uiLabelMap.OrderEntryDate}">
             <display/>
         </field>
-        <field name="fromPartyId" widget-style="buttontext" title="${uiLabelMap.OrderReturnFromParty}">
-            <hyperlink target-type="inter-app" description="${fromPartyId}" target="/partymgr/control/viewprofile?partyId=${fromPartyId}${externalKeyParam}"/>
+        <field name="fromPartyId" widget-style="tabletext" 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?partyId=${fromPartyId}${externalKeyParam}"/>
+            </display-entity>
         </field>        
         <field name="destinationFacilityId" widget-style="buttontext" title="${uiLabelMap.OrderReturnDestinationFacility}">
             <hyperlink target-type="inter-app" description="${destinationFacilityId}" target="/facility/control/EditFacility?facilityId=${destinationFacilityId}${externalKeyParam}"/>