fix reports link
This commit is contained in:
parent
b7b23fc39a
commit
b8f15992d1
@ -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…
x
Reference in New Issue
Block a user