X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_journal.php;h=44b16f8558780e320270b29f226a460b14029d56;hb=a2b10fd7b48bcfc8edae258bc6bb331ecf72dc2c;hp=65d61c453c8b933a1e05a49ba59323ff2a84a332;hpb=68372f2a08f5a862375c04862c8ccb56df830b4b;p=fa-stable.git diff --git a/gl/gl_journal.php b/gl/gl_journal.php index 65d61c45..44b16f85 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 3; $path_to_root=".."; include_once($path_to_root . "/includes/ui/items_cart.inc"); @@ -228,6 +237,11 @@ if (isset($_POST['UpdateItem'])) if (isset($_POST['CancelItemChanges'])) line_start_focus(); +if (isset($_POST['go'])) +{ + display_quick_entries($_SESSION['journal_items'], $_POST['person_id'], input_num('totamount')); + line_start_focus(); +} //----------------------------------------------------------------------------------------------- if (isset($_GET['NewJournal']) || !isset($_SESSION['journal_items']))