From: <tim...@us...> - 2010-03-22 09:08:44
|
Revision: 3398 http://web-erp.svn.sourceforge.net/web-erp/?rev=3398&view=rev Author: tim_schofield Date: 2010-03-22 09:08:38 +0000 (Mon, 22 Mar 2010) Log Message: ----------- Tim: SelectCustomer.php - Remove extra '>' character Modified Paths: -------------- trunk/SelectCustomer.php trunk/doc/Change.log.html Modified: trunk/SelectCustomer.php =================================================================== --- trunk/SelectCustomer.php 2010-03-22 08:29:34 UTC (rev 3397) +++ trunk/SelectCustomer.php 2010-03-22 09:08:38 UTC (rev 3398) @@ -527,7 +527,7 @@ } else { echo '<tr><td class=select>' . _('Total Spend from this Customer (inc tax):') . ' </td><td class=select><b>' . number_format($row['total'], 2) . '</b></td><td class=select></td></tr>'; } - echo '<tr><td class=select>' . _('Customer Type:') . ' </td><td class=select><b>' . $CustomerTypeName . '</b></td><td class=select></td></tr>>'; + echo '<tr><td class=select>' . _('Customer Type:') . ' </td><td class=select><b>' . $CustomerTypeName . '</b></td><td class=select></td></tr>'; echo '</th></tr></table>'; } // Customer Contacts Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-22 08:29:34 UTC (rev 3397) +++ trunk/doc/Change.log.html 2010-03-22 09:08:38 UTC (rev 3398) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>22/03/10 Tim: SelectCustomer.php - Remove extra '<' character</p> <p>22/03/10 Tim: Change customer statement layout to not have overlapping text</p> <p>21/03/10 Simon Peter Otandeka: PDFStatementPageHeader.inc - Correction for right margin variable misnamed</p> <p>21/03/10 Pak Ricad: MRPShortages.php - Correctuion to mrp shortages report where total supply = 0</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |