From: <dai...@us...> - 2017-09-08 09:40:31
|
Revision: 7827 http://sourceforge.net/p/web-erp/reponame/7827 Author: daintree Date: 2017-09-08 09:40:28 +0000 (Fri, 08 Sep 2017) Log Message: ----------- Phil portrait invoice now has narrative fixed to show the correct invoice number Modified Paths: -------------- trunk/PrintCustTransPortrait.php trunk/doc/Change.log Modified: trunk/PrintCustTransPortrait.php =================================================================== --- trunk/PrintCustTransPortrait.php 2017-09-08 09:37:51 UTC (rev 7826) +++ trunk/PrintCustTransPortrait.php 2017-09-08 09:40:28 UTC (rev 7827) @@ -517,7 +517,6 @@ if(isset($_GET['Email'])) { //email the invoice to address supplied include ('includes/htmlMimeMail.php'); - $FromTransNo--; //reverse the increment to retain the correct transaction number $FileName = $_SESSION['reports_dir'] . '/' . $_SESSION['DatabaseName'] . '_' . $InvOrCredit . '_' . $_GET['FromTransNo'] . '.pdf'; $pdf->Output($FileName,'F'); $mail = new htmlMimeMail(); Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2017-09-08 09:37:51 UTC (rev 7826) +++ trunk/doc/Change.log 2017-09-08 09:40:28 UTC (rev 7827) @@ -1,5 +1,6 @@ webERP Change Log +8/9/17 Phil: Fix portrait invoice email now has narrative of correct invocie number! 8/9/17 Andrew Couling: Petty cash improvements to tax taken from Tim's work 6/9/17 RChacon: Fix currency translation in PO_AuthorisationLevels.php. 6/9/17 Exson: Fixed the bug that invoice cannot be issued by same transaction multiple times in SuppTrans.php. |