Author: jleroux
Date: Mon Apr 19 09:38:42 2010
New Revision: 935494

URL: http://svn.apache.org/viewvc?rev=935494&view=rev
Log:
Fix a bug reported by Blas Rodriguez Somoza: "Error in screen Accounting->Tax 
Authorities->Edit->GL Accounts" at 
https://issues.apache.org/jira/browse/OFBIZ-3714 - OFBIZ-3714

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

Modified: ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml?rev=935494&r1=935493&r2=935494&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TaxAuthorityForms.xml Mon Apr 19 
09:38:42 2010
@@ -190,7 +190,7 @@ under the License.
         <field name="taxAuthGeoId"><hidden/></field>
         <field name="glAccountId" title="${uiLabelMap.AccountingGlAccount}">
             <display-entity entity-name="GlAccount" 
description="${accountName}">
-                <sub-hyperlink description="${glAccountId}" 
target="EditGlAccount" link-style="buttontext">
+                <sub-hyperlink description="${glAccountId}" 
target="EditGlobalGlAccount" link-style="buttontext">
                     <parameter param-name="glAccountId"/>
                 </sub-hyperlink>
             </display-entity>


Reply via email to