svn commit: r554538 - /ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r554538 - /ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml

lektran
Author: lektran
Date: Sun Jul  8 23:41:43 2007
New Revision: 554538

URL: http://svn.apache.org/viewvc?view=rev&rev=554538
Log:
Applied fix from trunk for revision: 552227

Modified:
    ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml

Modified: ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml?view=diff&rev=554538&r1=554537&r2=554538
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/widget/TransactionForms.xml Sun Jul  8 23:41:43 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"/>