From: Joe Hunt Date: Thu, 18 Dec 2008 23:08:02 +0000 (+0000) Subject: Minor fix X-Git-Tag: v2.4.2~19^2~1665 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=c91bbd8c63f35b17ebb9b7a464749431657f4a16;p=fa-stable.git Minor fix --- diff --git a/gl/gl_bank.php b/gl/gl_bank.php index b76e768e..0378e190 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -324,9 +324,11 @@ if (isset($_POST['CancelItemChanges'])) line_start_focus(); if (isset($_POST['go'])) +{ display_quick_entries($_SESSION['pay_items'], $_POST['person_id'], input_num('totamount'), $_SESSION['pay_items']->trans_type==systypes::bank_payment()); - + line_start_focus(); +} //----------------------------------------------------------------------------------------------- start_form(false, true);