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

@@ -43,6 +43,7 @@ if (isset($_GET['industry']) & !empty($_GET['industry'])) {
} else {
// Default - any
$industry_query = '';
$industry = '';
}
// Referral Filter
@@ -52,6 +53,7 @@ if (isset($_GET['referral']) & !empty($_GET['referral'])) {
} else {
// Default - any
$referral_query = '';
$referral = '';
}
//Rebuild URL