projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dd8508
)
Minor adjustment
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 22 Feb 2008 12:34:05 +0000
(12:34 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 22 Feb 2008 12:34:05 +0000
(12:34 +0000)
admin/view_print_transaction.php
patch
|
blob
|
history
diff --git
a/admin/view_print_transaction.php
b/admin/view_print_transaction.php
index 70c5ca51620b9cd048d7fde52173c6c9b7368938..106d161a98eef6cf0a95be437f18c46d693b0828 100644
(file)
--- a/
admin/view_print_transaction.php
+++ b/
admin/view_print_transaction.php
@@
-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;