|
From: <dai...@us...> - 2011-12-15 09:11:45
|
Revision: 4778
http://web-erp.svn.sourceforge.net/web-erp/?rev=4778&view=rev
Author: daintree
Date: 2011-12-15 09:11:36 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/SalesGraph.php
trunk/doc/Change.log
Modified: trunk/SalesGraph.php
===================================================================
--- trunk/SalesGraph.php 2011-12-15 06:10:56 UTC (rev 4777)
+++ trunk/SalesGraph.php 2011-12-15 09:11:36 UTC (rev 4778)
@@ -270,7 +270,7 @@
}
$graph->SetXTickPos('none');
$graph->SetXTickLabelPos('none');
- $graph->SetBackgroundColor('selection');
+ $graph->SetBackgroundColor('white');
$graph->SetTitleColor('blue');
$graph->SetFileFormat('png');
$graph->SetPlotType($_POST['GraphType']);
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2011-12-15 06:10:56 UTC (rev 4777)
+++ trunk/doc/Change.log 2011-12-15 09:11:36 UTC (rev 4778)
@@ -1,5 +1,6 @@
webERP Change Log
+15/12/11 Phil: SalesGraph.php was trying to set background colour to 'selection' changed to white
15/12/11 Vitaly Shevkunov: Shipments.php fixed missing quote in html
13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM.
13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|