mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-15 12:34:22 +02: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);
|
$ed = _req('ed', $mdate);
|
||||||
$ts = _req('ts', '00:00:00');
|
$ts = _req('ts', '00:00:00');
|
||||||
$te = _req('te', '23:59:59');
|
$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')
|
$query = ORM::for_table('tbl_transactions')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue