svn commit: r440067 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

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

svn commit: r440067 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

jacopoc
Author: jacopoc
Date: Mon Sep  4 06:23:29 2006
New Revision: 440067

URL: http://svn.apache.org/viewvc?view=rev&rev=440067
Log:
Fixed wrong request name.

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml?view=diff&rev=440067&r1=440066&r2=440067
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/payment/PaymentForms.xml Mon Sep  4 06:23:29 2006
@@ -307,7 +307,7 @@
         <field name="invoiceId" widget-style="buttontext"><hyperlink target="invoiceOverview?invoiceId=${invoiceId}" description="${invoiceId}"/></field>
         <field name="invoiceItemSeqId" widget-style="buttontext"><hyperlink target="listInvoiceItems?invoiceId=${invoiceId}&amp;invoiceItemSeqId=${invoiceItemSeqId}" description="${invoiceItemSeqId}"/></field>
         <field name="toPaymentId" widget-style="buttontext"><hyperlink target="paymentOverview?paymentId=${toPaymentId}" description="${toPaymentId}"/></field>
-        <field name="billingAccountId" widget-style="buttontext"><hyperlink target="editBillingAccount?billingAccountId=${billingAccountId}" description="${billingAccountId}"/></field>
+        <field name="billingAccountId" widget-style="buttontext"><hyperlink target="EditBillingAccount?billingAccountId=${billingAccountId}" description="${billingAccountId}"/></field>
         <field name="taxAuthGeoId"><display-entity entity-name="Geo" key-field-name="geoId" description="${geoName}"></display-entity></field>
         <field name="amountApplied"><display type="currency" currency="${payment.currencyUomId}"/></field>
     </form>