You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/08/25 16:01:44 UTC

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

Author: ashish
Date: Tue Aug 25 14:01:44 2009
New Revision: 807637

URL: http://svn.apache.org/viewvc?rev=807637&view=rev
Log:
Applied patch from jira issue OFBIZ-2789 - AcctgTransEntry.reconcileStatusId not getting set during reconciliation.
Thanks Parimal & Sumit for the contribution & Chris for reporting the issue.

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=807637&r1=807636&r2=807637&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlForms.xml Tue Aug 25 14:01:44 2009
@@ -755,14 +755,14 @@
         </actions>
 
         <field name="acctgTransId">
-            <hyperlink also-hidden="false" description="${acctgTransId}" target="EditAcctgTrans">
+            <hyperlink description="${acctgTransId}" target="EditAcctgTrans">
                 <parameter param-name="acctgTransId"/>
                 <parameter param-name="organizationPartyId"/>
             </hyperlink>
         </field>
         <field name="acctgTransEntrySeqId"><display/></field>
         <field name="glAccountId">
-            <hyperlink target="GlAccountNavigate" description="${glAccountId}" also-hidden="false">
+            <hyperlink target="GlAccountNavigate" description="${glAccountId}">
                 <parameter param-name="glAccountId"/>
             </hyperlink>
         </field>