Minor adjustment
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 22 Feb 2008 12:34:05 +0000 (12:34 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 22 Feb 2008 12:34:05 +0000 (12:34 +0000)
admin/view_print_transaction.php

index 70c5ca51620b9cd048d7fde52173c6c9b7368938..106d161a98eef6cf0a95be437f18c46d693b0828 100644 (file)
@@ -59,7 +59,7 @@ function check_valid_entries()
                echo _("The ending transaction number is expected to be numeric and greater than zero.");
                return false;
        }
-       if ($_POST['filterType'] == "")
+       if (!isset($_POST['filterType']) || $_POST['filterType'] == "")
                return false;
 
        return true;