You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/03/28 06:46:59 UTC

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

Author: jonesde
Date: Tue Mar 27 21:46:58 2007
New Revision: 523172

URL: http://svn.apache.org/viewvc?view=rev&rev=523172
Log:
Changed to show the trans and auth IDs for customer service, etc

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?view=diff&rev=523172&r1=523171&r2=523172
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Tue Mar 27 21:46:58 2007
@@ -130,7 +130,7 @@
         </actions>
         <auto-fields-entity entity-name="FinAccountTrans" default-field-type="display"/>
         <field name="finAccountId"><hidden/></field>
-        <field name="finAccountTransId"><hidden/></field>
+        <field name="finAccountTransId"><display/></field>
         <field name="finAccountTransTypeId"><display-entity entity-name="FinAccountTransType" description="${description}"/></field>
     </form>
     <form name="AddFinAccountTrans" type="single" target="createFinAccountTrans">
@@ -160,7 +160,7 @@
             </entity-condition>
         </actions>
         <auto-fields-entity entity-name="FinAccountAuth" default-field-type="display"/>
-        <field name="finAccountAuthId"><hidden/></field>
+        <field name="finAccountAuthId"><display/></field>
         <field name="finAccountId"><hidden/></field>
         <field name="expireLink" title="" widget-style="buttontext">
             <hyperlink target="expireFinAccountAuth?finAccountId=${finAccountId}&amp;finAccountAuthId=${finAccountAuthId}"