mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-31 15:19:36 +02:00
filter in internet plan
This commit is contained in:
parent
894f692012
commit
b0bc35e2be
7 changed files with 562 additions and 810 deletions
|
@ -415,11 +415,7 @@ switch ($action) {
|
|||
$query->where_in('generated_by', $sales);
|
||||
}
|
||||
}
|
||||
if ($search != '') {
|
||||
$d = Paginator::findMany($query, ["search" => $search], 10, $append_url);
|
||||
} else {
|
||||
$d = Paginator::findMany($query, [], 10, $append_url);
|
||||
}
|
||||
$d = Paginator::findMany($query, ["search" => $search], 10, $append_url);
|
||||
// extract admin
|
||||
$admins = [];
|
||||
foreach ($d as $k) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue