From c8bdf37b4d6d1496b217a0af7114c4a86a1348fc Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 3 Aug 2010 02:57:15 +0000 Subject: [PATCH] cleaner timeworked results w/link to customer --- httemplate/misc/timeworked.html | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index 46063e829..5c3c95560 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -8,22 +8,11 @@ - Trans Ticket - Time + Hours Customer Multiplier - - - # - # - Subject - hours - # - Name - - @@ -35,9 +24,9 @@ % my ($custnum, $name) = split(':', pop @customers, 2); % my $link = $p. 'rt/Ticket/Display.html?id='. $ticketmap{$tr_id}. % '#txn-'. $tr_id; +% my $clink = $p. 'view/cust_main.cgi?'. $custnum; - <% $tr_id %> <% $ticketmap{$tr_id} %> <% $ticket{$ticketmap{$tr_id}} |h %> @@ -47,8 +36,8 @@ % } <% sprintf("%0.2f", $seconds/3600) %> - <% $custnum %> - <% $name %> + <% $custnum %> + <% $name %> @@ -67,7 +56,7 @@ % ($custnum, $name) = split(':', $_, 2); - <% $custnum %> + <% $custnum %> <% $name %> -- 2.11.0