Author: jacopoc
Date: Tue Jun 9 07:54:33 2009
New Revision: 782901
URL:
http://svn.apache.org/viewvc?rev=782901&view=revLog:
Fix for pagination error happening in the Global GL settings->Invoice Item Type screen, when you update a record and then try to paginate. Bug reported in OFBIZ-2517
Modified:
ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml?rev=782901&r1=782900&r2=782901&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/InvoiceItemTypeForms.xml Tue Jun 9 07:54:33 2009
@@ -22,7 +22,7 @@
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/widget-form.xsd">
<form name="ListInvoiceItemType" type="list" target="updateInvoiceItemType" list-name="invoiceItemTypes"
- 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="editInvoiceItemType">
<field name="invoiceItemTypeId"><display/></field>
<field name="description"><display/></field>
<field name="defaultGlAccountId" title="${uiLabelMap.ProductGlAccount}" parameter-name="defaultGlAccountId">