mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2024-11-10 17:26:48 +08:00
fix reports link
This commit is contained in:
parent
b7b23fc39a
commit
b8f15992d1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ switch ($action) {
|
|||
$ed = _req('ed', $mdate);
|
||||
$ts = _req('ts', '00:00:00');
|
||||
$te = _req('te', '23:59:59');
|
||||
$urlquery = str_replace('_route=reports&', '', $_SERVER['QUERY_STRING']);
|
||||
$urlquery = str_replace('_route=reports', '', $_SERVER['QUERY_STRING']);
|
||||
|
||||
|
||||
$query = ORM::for_table('tbl_transactions')
|
||||
|
|
Loading…
Reference in a new issue