diff options
author | mark <mark> | 2010-05-26 18:37:21 +0000 |
---|---|---|
committer | mark <mark> | 2010-05-26 18:37:21 +0000 |
commit | 75815dcd9265ea8410690d1527b55d7c12955f52 (patch) | |
tree | 3758877ceaa2170692513ebce93fc32496b93e78 | |
parent | b9cc5b39fa2d3004a1b79f121a457bac59a343c9 (diff) |
broken link in time worked report
-rw-r--r-- | httemplate/search/rt_transaction.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/rt_transaction.html b/httemplate/search/rt_transaction.html index 651f2896d..67048cf35 100644 --- a/httemplate/search/rt_transaction.html +++ b/httemplate/search/rt_transaction.html @@ -91,6 +91,6 @@ my $query = { my $count_query = "SELECT COUNT(*), SUM($transactiontime) FROM Transactions $join $where"; -my $link = [ "${p}rt/Ticket/Display.html?id=", sub { shift->get('id'); } ]; +my $link = [ "${p}rt/Ticket/Display.html?id=", sub { shift->get('ticketid'); } ]; </%init> |