summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhttemplate/misc/timeworked.html5
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;