Voiding cleanup.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 30 Oct 2017 20:36:46 +0000 (21:36 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 30 Oct 2017 20:36:46 +0000 (21:36 +0100)
admin/void_transaction.php

index 3016e88d9bf2643dfffe35eaa487ac10109be939..7511a85d1ab51da30c17aa9574598c730914925d 100644 (file)
@@ -319,6 +319,7 @@ if (isset($_POST['ProcessVoiding']))
 if (isset($_POST['ConfirmVoiding']))
 {
        handle_void_transaction();
+       $selected_id = '';
        $Ajax->activate('_page_body');
 }