svn commit: r597439 - /ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml

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

svn commit: r597439 - /ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml

jacopoc
Author: jacopoc
Date: Thu Nov 22 07:47:49 2007
New Revision: 597439

URL: http://svn.apache.org/viewvc?rev=597439&view=rev
Log:
Fix for broken link.

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

Modified: ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml?rev=597439&r1=597438&r2=597439&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/JournalEntryForms.xml Thu Nov 22 07:47:49 2007
@@ -214,9 +214,7 @@
         <field name="acctgTransId" widget-style="buttontext" position="2">
             <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans?acctgTransId=${acctgTransId}&amp;organizationPartyId=${organizationPartyId}"/>
         </field>
-        <field name="acctgTransEntrySeqId" widget-style="buttontext" position="2">
-            <hyperlink also-hidden="false" description="${acctgTransEntrySeqId}" target="EditAcctgTransEntry?acctgTransId=${acctgTransId}&amp;acctgTransEntrySeqId=${acctgTransEntrySeqId}&amp;organizationPartyId=${organizationPartyId}"/>
-        </field>
+        <field name="acctgTransEntrySeqId" widget-style="buttontext" position="2"><display/></field>
         <field name="transactionDate" position="2"><display/></field>
         <field name="acctgTransTypeId" position="2"><display-entity entity-name="AcctgTransType" description="${description}"/></field>
         <field name="glFiscalTypeId" position="2"><display-entity entity-name="GlFiscalType" description="${description}"/></field>