Author: lektran
Date: Sat Jun 30 17:49:23 2007
New Revision: 552227
URL:
http://svn.apache.org/viewvc?view=rev&rev=552227Log:
Applied patch from Jeremy Wickersheimer, OFBIZ-1098: Paginate target incorrect for the ListGatewayResponses form.
Modified:
ofbiz/trunk/applications/accounting/widget/TransactionForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/TransactionForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/TransactionForms.xml?view=diff&rev=552227&r1=552226&r2=552227==============================================================================
--- ofbiz/trunk/applications/accounting/widget/TransactionForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/TransactionForms.xml Sat Jun 30 17:49:23 2007
@@ -38,7 +38,7 @@
</form>
<!-- Brings up a list of gateway responses. TODO: should cut down data displayd -->
- <form name="ListGatewayResponses" type="list" use-row-submit="true" target="" title="" list-name="listIt" paginate-target="FindRequirements">
+ <form name="ListGatewayResponses" type="list" use-row-submit="true" target="" title="" list-name="listIt" paginate-target="FindGatewayResponses">
<actions>
<set field="entityName" value="PaymentGatewayResponse"/>
<set field="orderBy" value="transactionDate DESC"/>