From: <tim...@us...> - 2010-03-01 07:57:09
|
Revision: 3362 http://web-erp.svn.sourceforge.net/web-erp/?rev=3362&view=rev Author: tim_schofield Date: 2010-03-01 07:57:03 +0000 (Mon, 01 Mar 2010) Log Message: ----------- Harald: PcExpensesTypeTabv.php - Correct message on deletion of tab Modified Paths: -------------- trunk/PcExpensesTypeTab.php trunk/doc/Change.log.html Modified: trunk/PcExpensesTypeTab.php =================================================================== --- trunk/PcExpensesTypeTab.php 2010-03-01 07:51:29 UTC (rev 3361) +++ trunk/PcExpensesTypeTab.php 2010-03-01 07:57:03 UTC (rev 3362) @@ -77,7 +77,7 @@ AND codeexpense='$SelectedType'"; $ErrMsg = _('The Tab Type record could not be deleted because'); $result = DB_query($sql,$db,$ErrMsg); - prnMsg(_('Expense code').' '. $SelectedTabs . _('for type of tab').' '. $SelectedType .' '. _('has been deleted') ,'success'); + prnMsg(_('Expense code').' '. $SelectedType .' '. _('for type of tab').' '. $SelectedTabs .' '. _('has been deleted') ,'success'); unset ($SelectedType); unset($_GET['delete']); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-03-01 07:51:29 UTC (rev 3361) +++ trunk/doc/Change.log.html 2010-03-01 07:57:03 UTC (rev 3362) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<p>01/03/10 Harald: PcExpensesTypeTabv.php - Correct message on deletion of tab</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing space</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing space, and bad end tag</p> <p>01/03/10 Harald: PcExpensesTypeTabv.php - Missing Gettext function</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |