From: Janusz Dobrowolski Date: Fri, 18 Jun 2010 06:58:33 +0000 (+0000) Subject: Small bug on final credit invoice screen redirection. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=23406e6406fedfad57001cf249d5597f8e1cc9ce;p=textcart.git Small bug on final credit invoice screen redirection. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a38cc78..7333a92 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +18-Jun-2010 Janusz Dobrowolski +# Small bug on final credit note screen redirection +$ /sales/customer_credit_invoice.php + 17-Jun-2010 Janusz Dobrowolski # [0000235],[0000236] db error in sales order view window. $ /sales/view/view_sales_order.php diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index a3c9ae4..f3594f3 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -215,7 +215,7 @@ if (isset($_POST['ProcessCredit']) && can_process()) { if ($new_credit) new_doc_date($_SESSION['Items']->document_date); $credit_no = $_SESSION['Items']->write($_POST['WriteOffGLCode']); - processing_end();exit; + processing_end(); if ($new_credit) { meta_forward($_SERVER['PHP_SELF'], "AddedID=$credit_no"); } else {