diff options
Diffstat (limited to 'httemplate/misc/timeworked.html')
-rwxr-xr-x | httemplate/misc/timeworked.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/timeworked.html b/httemplate/misc/timeworked.html index 5c3c95560..672fad8d6 100755 --- a/httemplate/misc/timeworked.html +++ b/httemplate/misc/timeworked.html @@ -54,10 +54,11 @@ % foreach ( @customers ) { % ($custnum, $name) = split(':', $_, 2); +% $clink = $p. 'view/cust_main.cgi?'. $custnum; <TR> - <TD ALIGN="right" COLSPAN="4" ><% $custnum %></TD> - <TD ALIGN="right"><% $name %></TD> + <TD ALIGN="right" COLSPAN="4" ><a href="<% $clink %>"><% $custnum %></a></TD> + <TD ALIGN="right"><a href="<% $clink %>"><% $name %></a></TD> <TD> % $multiplier = $default_multiplier; |