From: <tim...@us...> - 2010-06-12 09:06:39
|
Revision: 3490 http://web-erp.svn.sourceforge.net/web-erp/?rev=3490&view=rev Author: tim_schofield Date: 2010-06-12 09:06:33 +0000 (Sat, 12 Jun 2010) Log Message: ----------- Reverse revision 3488 Revision Links: -------------- http://web-erp.svn.sourceforge.net/web-erp/?rev=3488&view=rev Modified Paths: -------------- trunk/GoodsReceived.php trunk/doc/Change.log.html Modified: trunk/GoodsReceived.php =================================================================== --- trunk/GoodsReceived.php 2010-06-12 08:33:32 UTC (rev 3489) +++ trunk/GoodsReceived.php 2010-06-12 09:06:33 UTC (rev 3490) @@ -7,9 +7,9 @@ $PageSecurity = 11; /* Session started in header.inc for password checking and authorisation level check */ -include('includes/session.inc'); include('includes/DefinePOClass.php'); include('includes/DefineSerialItems.php'); +include('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); if (empty($identifier)) { $identifier=''; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-06-12 08:33:32 UTC (rev 3489) +++ trunk/doc/Change.log.html 2010-06-12 09:06:33 UTC (rev 3490) @@ -1,6 +1,5 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> -<p>10/06/10 Tim: GoodsReceived.php - session.inc should come before any calls to gettext _() function.</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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |