fix reports link

This commit is contained in:
Ibnu Maksum 2024-08-09 17:24:43 +07:00
parent b7b23fc39a
commit b8f15992d1
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -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')