From: <te...@us...> - 2016-08-05 02:53:33
|
Revision: 7579 http://sourceforge.net/p/web-erp/reponame/7579 Author: tehonu Date: 2016-08-05 02:53:30 +0000 (Fri, 05 Aug 2016) Log Message: ----------- Fix variable needing identifier Modified Paths: -------------- trunk/CustomerReceipt.php Modified: trunk/CustomerReceipt.php =================================================================== --- trunk/CustomerReceipt.php 2016-08-02 10:02:32 UTC (rev 7578) +++ trunk/CustomerReceipt.php 2016-08-05 02:53:30 UTC (rev 7579) @@ -1071,8 +1071,8 @@ } -if (isset($_POST['GLEntry']) AND isset($_SESSION['ReceiptBatch'])){ -/* Set up a heading for the transaction entry for a GL Receipt */ +if (isset($_POST['GLEntry']) AND isset($_SESSION['ReceiptBatch' . $identifier])){ + /* Set up a heading for the transaction entry for a GL Receipt */ echo '<br /> <table class="selection"> <tr> |