From: Janusz Dobrowolski Date: Fri, 18 Jun 2010 06:58:33 +0000 (+0000) Subject: Small bug on final credit invoice screen redirection. X-Git-Tag: 2.3-final~879 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=de26a5af8d50a98d959375df1483db80ce00a9f8;p=fa-stable.git Small bug on final credit invoice screen redirection. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a38cc78c..7333a928 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 a3c9ae4d..f3594f3d 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 {