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 2006/11/15 16:53:52 UTC

svn commit: r475272 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Author: jacopoc
Date: Wed Nov 15 07:53:51 2006
New Revision: 475272

URL: http://svn.apache.org/viewvc?view=rev&rev=475272
Log:
This should fix the pagination issue reported by Iain Fogg in OFBIZ-457.

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml?view=diff&rev=475272&r1=475271&r2=475272
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceForms.xml Wed Nov 15 07:53:51 2006
@@ -123,7 +123,7 @@
 
     <form name="invoiceItems" default-title-style="tableheadtext"
         default-tooltip-style="tabletext" default-widget-style="tabletext" list-name="invoiceItems"
-        target="" paginate-target="InvoiceItems" title="" type="list" separate-columns="true">
+        target="" paginate-target="invoiceOverview" title="" type="list" separate-columns="true">
         <row-actions>
             <set field="total" value="${bsh:
                 import java.text.NumberFormat;