svn commit: r1229952 - /ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl

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

svn commit: r1229952 - /ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl

jleroux@apache.org
Author: jleroux
Date: Wed Jan 11 10:46:23 2012
New Revision: 1229952

URL: http://svn.apache.org/viewvc?rev=1229952&view=rev
Log:
A patch from Leon https://issues.apache.org/jira/browse/OFBIZ-4653
"pen slip? word "mlml" in ListInvoices.ftl"

Was my fault

Modified:
    ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl?rev=1229952&r1=1229951&r2=1229952&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/ar/invoice/ListInvoices.ftl Wed Jan 11 10:46:23 2012
@@ -181,7 +181,6 @@ under the License.
               <td><@ofbizCurrency amount=invoicePaymentInfo.amount isoCode=defaultOrganizationPartyCurrencyUomId/></td>
               <td><@ofbizCurrency amount=invoicePaymentInfo.paidAmount isoCode=defaultOrganizationPartyCurrencyUomId/></td>
               <td><@ofbizCurrency amount=invoicePaymentInfo.outstandingAmount isoCode=defaultOrganizationPartyCurrencyUomId/></td>
-              mlml
               <td align="right"><input type="checkbox" id="invoiceId_${invoice_index}" name="invoiceIds" value="${invoice.invoiceId}" onclick="javascript:getInvoiceRunningTotal();"/></td>
             </tr>
             <#-- toggle the row color -->