From: <tim...@us...> - 2010-06-09 15:11:06
|
Revision: 3487 http://web-erp.svn.sourceforge.net/web-erp/?rev=3487&view=rev Author: tim_schofield Date: 2010-06-09 15:11:00 +0000 (Wed, 09 Jun 2010) Log Message: ----------- Harald: Contracts.php - Fix typo in error message. Modified Paths: -------------- trunk/Contracts.php trunk/doc/Change.log.html Modified: trunk/Contracts.php =================================================================== --- trunk/Contracts.php 2010-06-09 14:42:02 UTC (rev 3486) +++ trunk/Contracts.php 2010-06-09 15:11:00 UTC (rev 3487) @@ -135,7 +135,7 @@ echo "<meta http-equiv='Refresh' content='0; url=" . $rootpath . '/Contract_Items.php?' . SID . 'identifier='.$identifier. "'>"; echo '<p>'; prnMsg(_('You should automatically be forwarded to the entry of the Contract line items page') . '. ' . - _('If this does not happen') . ' (' . _('if the browser does not supContractrt META Refresh') . ') ' . + _('If this does not happen') . ' (' . _('if the browser does not support META Refresh') . ') ' . "<a href='$rootpath/Contract_Items.php?" . SID. 'identifier='.$identifier . "'>" . _('click here') . '</a> ' . _('to continue'),'info'); include('includes/footer.inc'); exit; @@ -267,7 +267,7 @@ if (strlen($_ContractST['Keywords'])>0) { //insert wildcard characters in spaces $SearchString = '%' . str_replace(' ', '%', $_ContractST['Keywords']) . '%'; - + $SQL = "SELECT suppliers.CustomerID, suppliers.suppname, suppliers.address1, Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-09 14:42:02 UTC (rev 3486) +++ trunk/doc/Change.log.html 2010-06-09 15:11:00 UTC (rev 3487) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>09/06/10 Harald: Contracts.php - Fix typo in error message.</p> <p>09/06/10 Tim: UserSettings.php - Fix sql error for case when password is being updated.</p> <p>08/06/10 Tim: Add option to exclude value information from GRN screen</p> <p>07/06/10 Tim: Various changes to correctly deal with suppliers uom plus layout changes to puirchase orders and goods received notes</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |