svn commit: r806526 - /ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl

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

svn commit: r806526 - /ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl

apatel-2
Author: apatel
Date: Fri Aug 21 12:30:27 2009
New Revision: 806526

URL: http://svn.apache.org/viewvc?rev=806526&view=rev
Log:
Fix issue with Remove button on fin account reconciliation.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl?rev=806526&r1=806525&r2=806526&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/finaccounttrans/FinAccountTrans.ftl Fri Aug 21 12:30:27 2009
@@ -261,7 +261,7 @@
       </table>
     </form>
     <#list finAccountTransList as finAccountTrans>
-      <form name="cancelFinAccountTransAssociation_${finAccountTrans.finAccountTransId}" method="post" action="<@ofbizUrl>cancelFinAccountTransAssociation</@ofbizUrl>">
+      <form name="removeFinAccountTransFromReconciliation_${finAccountTrans.finAccountTransId}" method="post" action="<@ofbizUrl>removeFinAccountTransFromReconciliation</@ofbizUrl>">
         <input name="finAccountTransId" type="hidden" value="${finAccountTrans.finAccountTransId}"/>
         <input name="finAccountId" type="hidden" value="${finAccountTrans.finAccountId}"/>
       </form>