svn commit: r600848 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

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

svn commit: r600848 - /ofbiz/trunk/applications/accounting/widget/GlForms.xml

apatel-2
Author: apatel
Date: Tue Dec  4 01:13:30 2007
New Revision: 600848

URL: http://svn.apache.org/viewvc?rev=600848&view=rev
Log:
Sachin Chourasia, thanks for providing improvements in AcctTranslist.

Modified:
    ofbiz/trunk/applications/accounting/widget/GlForms.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlForms.xml?rev=600848&r1=600847&r2=600848&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Tue Dec  4 01:13:30 2007
@@ -122,6 +122,9 @@
         <field name="partyId" use-when="partyId!=null">
             <hyperlink also-hidden="false" description="${partyId}" target="/partymgr/control/viewprofile?partyId=${partyId}" target-type="inter-app"/>
         </field>
+        <field name="partyName" entry-name="partyId" title="${uiLabelMap.PartyParty}">
+            <display-entity entity-name="PartyNameView" description="${groupName}${firstName} ${lastName}" key-field-name="partyId"/>
+        </field>
         <field name="partyId" use-when="partyId==null"><display/></field>
         <field name="isPosted"><display/></field>
         <field name="postedDate"><display/></field>