Added Payment Method and Account Dropdown Filters to Payments

This commit is contained in:
johnnyq
2024-06-07 16:48:57 -04:00
parent 1070449450
commit c2b7d03c22
3 changed files with 57 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ if (isset($_GET['user']) & !empty($_GET['user'])) {
} else {
// Default - any
$user_query = '';
$user = '';
}
// Log Type Filter
@@ -22,6 +23,7 @@ if (isset($_GET['type']) & !empty($_GET['type'])) {
} else {
// Default - any
$log_type_query = '';
$type = '';
}
// Log Action Filter
@@ -31,6 +33,7 @@ if (isset($_GET['action']) & !empty($_GET['action'])) {
} else {
// Default - any
$log_action_query = '';
$action = '';
}
//Rebuild URL