mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Payment Method and Account Dropdown Filters to Payments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user