svn commit: r797758 - /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: r797758 - /ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml

apatel-2
Author: apatel
Date: Sat Jul 25 12:06:50 2009
New Revision: 797758

URL: http://svn.apache.org/viewvc?rev=797758&view=rev
Log:
Show status desciption and not Id.

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=797758&r1=797757&r2=797758&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Sat Jul 25 12:06:50 2009
@@ -53,6 +53,7 @@
                 <parameter param-name="finAccountId"/>
             </hyperlink>
         </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="deleteLink" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
             <hyperlink target="deleteFinAccount" description="${uiLabelMap.CommonDelete}" also-hidden="false">
@@ -238,4 +239,4 @@
         <field name="finAccountId"><hidden/></field>
         <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-</forms>
\ No newline at end of file
+</forms>