summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-03-24 20:01:31 +0000
committerivan <ivan>2002-03-24 20:01:31 +0000
commitf38abb144955686f880a528ed6fe4c9c5453517b (patch)
tree8d24499627d30936a825e84806974415dc6dc144 /httemplate/edit/cust_main.cgi
parent0e475dcb559be6b39338a7070103527d9ae66e14 (diff)
UI improvements for agents
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-xhttemplate/edit/cust_main.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index 39b6ca594..33e72d864 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -85,7 +85,8 @@ if ( scalar(@agents) == 1 ) {
} @agents) {
print '<OPTION VALUE="', $agent->agentnum, '"',
" SELECTED"x($agent->agentnum==$agentnum),
- ">", $agent->agentnum,": ", $agent->agent;
+ ">". $agent->agent;
+ #">", $agent->agentnum,": ", $agent->agent;
}
print "</SELECT>";
}