From: Pak R. <pak...@gm...> - 2016-08-02 07:28:26
|
Hi Exson: I have been revising the new CustomerReceipt.php and I think line 1074 reading: if (isset($_POST['GLEntry']) AND isset($_SESSION['ReceiptBatch'])){ should read: if (isset($_POST['GLEntry']) AND isset($_SESSION['ReceiptBatch' . $identifier])){ Not sure of the scope of this $identifier modification, so I prefer that you look at it, if possible. many thanks! Regards, Ricard |