mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
Router Maps
This commit is contained in:
parent
46a4c5f24d
commit
7d2f69f96f
12 changed files with 306 additions and 93 deletions
|
@ -713,7 +713,6 @@ switch ($action) {
|
|||
die();
|
||||
}
|
||||
$d = Paginator::findMany($query, ['search' => $search], 30, $append_url);
|
||||
$ui->assign('xheader', '<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css">');
|
||||
$ui->assign('d', $d);
|
||||
$ui->assign('statuses', ORM::for_table('tbl_customers')->getEnum("status"));
|
||||
$ui->assign('filter', $filter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue