summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-08-03 02:58:47 +0000
committerivan <ivan>2010-08-03 02:58:47 +0000
commit746eb018918ec4660870c79d0ff907fe0920696a (patch)
treee74a7ad775a8dbcd440b86b3617f70a641aa2276
parentc8bdf37b4d6d1496b217a0af7114c4a86a1348fc (diff)
cleaner timeworked results w/link to customer
-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;