From: <Ex...@us...> - 2012-01-30 05:01:41
|
Revision: 4852 http://web-erp.svn.sourceforge.net/web-erp/?rev=4852&view=rev Author: ExsonQu Date: 2012-01-30 05:01:35 +0000 (Mon, 30 Jan 2012) Log Message: ----------- Fixed for $_SESSION overwritten to print Cheque Modified Paths: -------------- trunk/Payments.php Modified: trunk/Payments.php =================================================================== --- trunk/Payments.php 2012-01-30 01:15:22 UTC (rev 4851) +++ trunk/Payments.php 2012-01-30 05:01:35 UTC (rev 4852) @@ -278,7 +278,7 @@ // it is a supplier payment by cheque and haven't printed yet so print cheque echo '<br /> - <a href="' . $rootpath . '/PrintCheque.php?ChequeNum=' . $_POST['ChequeNum'] . '">' . _('Print Cheque using pre-printed stationery') . '</a> + <a href="' . $rootpath . '/PrintCheque.php?ChequeNum=' . $_POST['ChequeNum'] . '&identifier=' . $identifier . '">' . _('Print Cheque using pre-printed stationery') . '</a> <br /> <br />'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |