Author: apatel
Date: Sat Oct 17 02:04:33 2009
New Revision: 826159
URL:
http://svn.apache.org/viewvc?rev=826159&view=revLog:
Removed bad form action attribute value. Now its just request name instead of full path.
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceItemsPayrol.ftl
Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceItemsPayrol.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceItemsPayrol.ftl?rev=826159&r1=826158&r2=826159&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceItemsPayrol.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/InvoiceItemsPayrol.ftl Sat Oct 17 02:04:33 2009
@@ -16,7 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<form method="post" action="/accounting/control/createInvoiceItemPayrol">
+<form method="post" action="createInvoiceItemPayrol">
<input type="hidden" name="invoiceId" value="${invoice.invoiceId}">
<table class="basic-table hover-bar" cellspacing="0">