You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/10/15 06:53:16 UTC

svn commit: r1765017 - /ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml

Author: pranayp
Date: Sat Oct 15 06:53:16 2016
New Revision: 1765017

URL: http://svn.apache.org/viewvc?rev=1765017&view=rev
Log:
Fixed: Pagination error in Accounting PaymentGroupForms. 
(OFBIZ-8446)

Thanks: Chandan Khandelwal for the contribution.

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

Modified: ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml?rev=1765017&r1=1765016&r2=1765017&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/PaymentGroupForms.xml Sat Oct 15 06:53:16 2016
@@ -103,7 +103,7 @@ under the License.
     
     <!-- Payment Group Member -->
     <form name="ListPaymentGroupMember" type="list" list-name="paymentGroupMembers" target="updatePaymentGroupMember"
-            odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row" separate-columns="true">
+            odd-row-style="alternate-row" default-table-style="basic-table hover-bar" header-row-style="header-row" separate-columns="true" paginate-target="EditPaymentGroupMember">
         <row-actions>
             <entity-one entity-name="Payment" value-field="payment"/>
             <set field="paymentTypeId" from-field="payment.paymentTypeId"/>
@@ -166,7 +166,7 @@ under the License.
         <field name="submitButton" title="${uiLabelMap.CommonAdd}"><submit button-type="button"/></field>
     </form>
     <form name="PaymentGroupMembers" type="list" list-name="paymentGroupMembers"
-            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="PaymentGroupOverview">
         <row-actions>
             <entity-one entity-name="Payment" value-field="payment"/>
             <set field="statusId" from-field="payment.statusId"/>