svn commit: r798470 - /ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml

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

svn commit: r798470 - /ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml

apatel-2
Author: apatel
Date: Tue Jul 28 09:31:05 2009
New Revision: 798470

URL: http://svn.apache.org/viewvc?rev=798470&view=rev
Log:
Fin Account name is also active link. Navigates user to Finanacial Account Screen.

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

Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=798470&r1=798469&r2=798470&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Tue Jul 28 09:31:05 2009
@@ -55,6 +55,11 @@
         </field>
         <field name="statusId"><display-entity entity-name="StatusItem" description="${description}"/></field>
         <field name="finAccountTypeId"><display-entity entity-name="FinAccountType" description="${description}"/></field>
+        <field name="finAccountName">
+            <hyperlink description="${finAccountName}" target="EditFinAccount">
+                <parameter param-name="finAccountId"/>
+            </hyperlink>
+        </field>
         <field name="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteFinAccount" description="${uiLabelMap.CommonDelete}" also-hidden="false">
                 <parameter param-name="finAccountId"/>