X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_credit_invoice.php;h=e687ec490cf79c504d05792c4c3e7462cb4f93ce;hb=f36d4241ba673261532a1bb3c59b6b985901238e;hp=9dde9f10a15d7d4ba78c9fcdb591c47af3befb07;hpb=e5176350004ff1f73e7eaadbc4bb038a0c3c206e;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 9dde9f10..e687ec49 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 {