From: <dai...@us...> - 2012-03-13 06:43:04
|
Revision: 5102 http://web-erp.svn.sourceforge.net/web-erp/?rev=5102&view=rev Author: daintree Date: 2012-03-13 06:42:58 +0000 (Tue, 13 Mar 2012) Log Message: ----------- remove extra includes/header.inc Modified Paths: -------------- trunk/PrintCustTransPortrait.php Modified: trunk/PrintCustTransPortrait.php =================================================================== --- trunk/PrintCustTransPortrait.php 2012-03-13 06:35:47 UTC (rev 5101) +++ trunk/PrintCustTransPortrait.php 2012-03-13 06:42:58 UTC (rev 5102) @@ -487,7 +487,6 @@ } /* end loop to print invoices */ if (isset($_GET['Email'])){ //email the invoice to address supplied - include('includes/header.inc'); include ('includes/htmlMimeMail.php'); $FromTransNo--; //reverse the increment to retain the correct transaction number $FileName = $_SESSION['reports_dir'] . '/' . $_SESSION['DatabaseName'] . '_' . $InvOrCredit . '_' . $_GET['FromTransNo'] . '.pdf'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |