X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_payments.php;h=7300450e29286299c9f9904d63c09bb2cd2905ca;hb=eea2a0cacb07f461f2d70378ff910b163a2dff19;hp=20f9d3ab0a6127a704e78382672649cb06432f15;hpb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;p=fa-stable.git diff --git a/sales/customer_payments.php b/sales/customer_payments.php index 20f9d3ab..7300450e 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -19,6 +19,7 @@ include_once($path_to_root . "/includes/banking.inc"); include_once($path_to_root . "/includes/data_checks.inc"); include_once($path_to_root . "/sales/includes/sales_db.inc"); //include_once($path_to_root . "/sales/includes/ui/cust_alloc_ui.inc"); +include_once($path_to_root . "/reporting/includes/reporting.inc"); $js = ""; if ($use_popup_windows) { @@ -67,9 +68,8 @@ if (isset($_GET['AddedID'])) { // hyperlink_params($path_to_root . "/sales/allocations/customer_allocate.php", _("&Allocate this Customer Payment"), "trans_no=$payment_no&trans_type=12"); hyperlink_no_params($path_to_root . "/sales/customer_payments.php", _("Enter Another &Customer Payment")); - br(1); - end_page(); - exit; + + display_footer_exit(); } //----------------------------------------------------------------------------------------------