This commit was manufactured by cvs2svn to create tag 'freeside_2_1_1'.
[freeside.git] / httemplate / edit / cust_main / top_misc.html
index a2381f3..441a363 100644 (file)
@@ -8,30 +8,14 @@
 %>
 
 %# agent
-% if ( $cgi->param('lock_agentnum') =~ /^(\d+)$/ && $curuser->agentnum($1) ) {
-%
-%   my $agentnum = $1;
-%   $cust_main->agentnum($agentnum);
-
-    <INPUT TYPE="hidden" NAME="lock_agentnum" VALUE="<% $agentnum %>">
-    <INPUT TYPE="hidden" NAME="agentnum"      VALUE="<% $agentnum %>">
-    <TR>
-      <TD ALIGN="right">Agent</TD>
-      <TD CLASS="fsdisabled"><% $cust_main->agent->agent |h %></TD>
-    </TR>
-% } else {
-
-  <% include('/elements/tr-select-agent.html', 
-                'curr_value'    => $cust_main->agentnum,
-                'label'         => "<B>${r}Agent</B>",
-                'empty_label'   => 'Select agent',
-                'disable_empty' => ( $cust_main->agentnum ? 1 : 0 ),
-                'viewall_right' => 'None', #override default 'View customers of all agents'
-             )
-  %>
-
-% }
+<% include('/elements/tr-select-agent.html', 
+              'curr_value'    => $cust_main->agentnum,
+              'label'         => "<B>${r}Agent</B>",
+              'empty_label'   => 'Select agent',
+              'disable_empty' => ( $cust_main->agentnum ? 1 : 0 ),
+              'viewall_right' => 'None', #override default 'View customers of all agents'
+           )
+%>
 
 %# agent_custid
 % if ( $conf->exists('cust_main-edit_agent_custid') ) {