diff options
author | ivan <ivan> | 2008-10-10 01:15:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-10-10 01:15:50 +0000 |
commit | 987b49fbf7754b4954018e258d27a6ea72499f84 (patch) | |
tree | 71d6b6d1b3c59e1087b76b095a6eba06604d2ccf /httemplate/index.html | |
parent | 9e378e221e9acf18dd294d6e8e3c2fd0b5f26b09 (diff) |
add options to auto-generate agent_custid and display it as the customer number, RT#4099
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 60ab26f86..c813991f9 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -36,7 +36,7 @@ % next unless $cust_main; <TR> - <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $custnum %>: <% $cust_main->name %></A></TD> + <TD CLASS="grid" BGCOLOR="<% $bgcolor %>"><A HREF="view/cust_main.cgi?<% $custnum %>"><% $cust_main->display_custnum %>: <% $cust_main->name %></A></TD> </TR> % if ( $bgcolor eq $bgcolor1 ) { |