X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Frt_transaction.html;h=67048cf356d38fd657706e455447df1d3cb027c1;hb=75815dcd9265ea8410690d1527b55d7c12955f52;hp=651f2896dd47bc42bca983d9001b5f62a685201c;hpb=b9cc5b39fa2d3004a1b79f121a457bac59a343c9;p=freeside.git 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'); } ];