You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/04/02 15:50:13 UTC

svn commit: r643906 - /ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml

Author: jacopoc
Date: Wed Apr  2 06:50:06 2008
New Revision: 643906

URL: http://svn.apache.org/viewvc?rev=643906&view=rev
Log:
Applied patch by Sumit Porwal to fix pagination bug reported in OFBIZ-1735.

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

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml?rev=643906&r1=643905&r2=643906&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupForms.xml Wed Apr  2 06:50:06 2008
@@ -29,7 +29,7 @@
     </form>
 
     <form name="ListGlAccountOrganization" list-name="listIt" target="" title="" type="list"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+        odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="ListGlAccountOrganization">
         <actions>
             <entity-condition entity-name="GlAccountOrganizationAndClass">
                 <condition-expr field-name="organizationPartyId" env-name="organizationPartyId"/>