From: <dai...@us...> - 2015-01-09 21:40:50
|
Revision: 7074 http://sourceforge.net/p/web-erp/reponame/7074 Author: daintree Date: 2015-01-09 21:40:47 +0000 (Fri, 09 Jan 2015) Log Message: ----------- Bob Thomas: Removed reference to AliasNbPages() now no longer part of TCPDF Modified Paths: -------------- trunk/doc/Change.log trunk/reportwriter/WriteReport.inc Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-07 08:11:52 UTC (rev 7073) +++ trunk/doc/Change.log 2015-01-09 21:40:47 UTC (rev 7074) @@ -1,5 +1,5 @@ webERP Change Log - +9/1/15 Bob Thomas: Removed reference to AliasNbPages() now no longer part of TCPDF 7/1/15 Phil: Added missing SQL for suppliercontacts and supplierdiscounts and adding the script SalesTopCustomersInquiry to the scripts table 05/01/15 RChacon: Allow turn on/off the dashboard display after login for an specific user. Add comments to code. 04/01/15 RChacon: In RevisionTranslations.php, add $Id, $ViewTopic, $BookMark and page_title_text. Add info to manual. Add comments to code. Modified: trunk/reportwriter/WriteReport.inc =================================================================== --- trunk/reportwriter/WriteReport.inc 2015-01-07 08:11:52 UTC (rev 7073) +++ trunk/reportwriter/WriteReport.inc 2015-01-09 21:40:47 UTC (rev 7074) @@ -21,7 +21,6 @@ $this->SetDrawColor(128,0,0); $this->SetLineWidth(.35); // 1 point - $this->AliasNbPages(); $this->AddPage(); } |