[OFBiz] SVN: r7885 - trunk/applications/accounting/webapp/accounting/billingaccount
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Jun 28 00:38:44 CDT 2006
Author: jacopo
Date: 2006-06-28 00:38:29 -0500 (Wed, 28 Jun 2006)
New Revision: 7885
Modified:
trunk/applications/accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl
Log:
Fixed small html bug reported by Chris Howe in Apache OFBIZ-60.
Modified: trunk/applications/accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl
===================================================================
--- trunk/applications/accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl 2006-06-28 03:53:36 UTC (rev 7884)
+++ trunk/applications/accounting/webapp/accounting/billingaccount/BillingAccountInvoices.ftl 2006-06-28 05:38:29 UTC (rev 7885)
@@ -32,7 +32,7 @@
<tr>
<td><div class="tableheadtext">${uiLabelMap.AccountingInvoice} #</div></td>
<td><div class="tableheadtext">${uiLabelMap.AccountingInvoiceDate}</div></td>
- <td><div class="tableheadtext">${uiLabelMap.AccountingDueDate}</div><td>
+ <td><div class="tableheadtext">${uiLabelMap.AccountingDueDate}</div></td>
<td align="right"><div class="tableheadtext">${uiLabelMap.CommonTotal}</div></td>
<td> </td>
</tr>
More information about the Svn
mailing list