|
From: <ice...@us...> - 2014-02-19 12:16:42
|
Revision: 6585
http://sourceforge.net/p/web-erp/reponame/6585
Author: icedlava
Date: 2014-02-19 12:16:39 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
GLTrialBalance_csv.php - Remove set AllowAnyone variable and prevent TB display - temp solution.
Modified Paths:
--------------
trunk/GLTrialBalance_csv.php
trunk/doc/Change.log
Modified: trunk/GLTrialBalance_csv.php
===================================================================
--- trunk/GLTrialBalance_csv.php 2014-02-18 06:16:27 UTC (rev 6584)
+++ trunk/GLTrialBalance_csv.php 2014-02-19 12:16:39 UTC (rev 6585)
@@ -10,7 +10,7 @@
* also need to work on authentication with username and password sent too*/
-$AllowAnyone = true;
+//$AllowAnyone = true;
//Page must be called with GLTrialBalance_csv.php?CompanyName=XXXXX&FromPeriod=Y&ToPeriod=Z
$_POST['CompanyNameField'] = $_GET['CompanyName'];
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2014-02-18 06:16:27 UTC (rev 6584)
+++ trunk/doc/Change.log 2014-02-19 12:16:39 UTC (rev 6585)
@@ -1,4 +1,5 @@
webERP Change Log
+19/2/14 icedlava: GLTrialBalance_csv.php -Remove set AllowAnyone variable and prevent TB display - temp solution.
18/2/14 Exson: Remove redundant code in StockLocStatus.php and InventoryPlanning.php.
17/2/14 Exson: Tidy up variable overwrite to if else structure in WorkOrderReceive.php scripts according Tim's comments.
17/2/14 icedlava: CopyBOM.php - SQL fix for insert to bom and locstock tables - ensure column counts match values even when zero.
|