From: <tim...@us...> - 2010-04-01 20:30:49
|
Revision: 3401 http://web-erp.svn.sourceforge.net/web-erp/?rev=3401&view=rev Author: tim_schofield Date: 2010-04-01 20:30:43 +0000 (Thu, 01 Apr 2010) Log Message: ----------- Harald: PDFSuppTransListing.php - Typing error in script title Modified Paths: -------------- trunk/PDFSuppTransListing.php trunk/doc/Change.log.html Modified: trunk/PDFSuppTransListing.php =================================================================== --- trunk/PDFSuppTransListing.php 2010-03-30 07:26:05 UTC (rev 3400) +++ trunk/PDFSuppTransListing.php 2010-04-01 20:30:43 UTC (rev 3401) @@ -17,7 +17,7 @@ if (!isset($_POST['Date'])){ - $title = _('Suppier Transaction Listing'); + $title = _('Supplier Transaction Listing'); include ('includes/header.inc'); echo '<div class="centre"><p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/transactions.png" title="' . $title . '" alt="">' . ' ' Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-30 07:26:05 UTC (rev 3400) +++ trunk/doc/Change.log.html 2010-04-01 20:30:43 UTC (rev 3401) @@ -1,6 +1,8 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>01/04/10 Harald: PDFSuppTransListing.php - Typing error in script title</p> <p>30/03/10 Tim: PrintCustStatements.php - Use new layout when all statements printed</p> +<p>22/03/10 Tim: SelectCustomer.php - Remove extra '<' character</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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |