X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=d13732afa1befaab38249ff685304018c0fa1a97;hp=0a7a8c031b6c6597acafb8e696697533159d84c4;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hpb=32b5d3a31f112a381f0a15ac5e3a2204242f3405 diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 0a7a8c031..d13732afa 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -122,7 +122,8 @@ -<% include('/elements/tr-select-agent.html', $cust_main->agentnum, +<% include('/elements/tr-select-agent.html', + 'curr_value' => $cust_main->agentnum, 'label' => "${r}Agent", 'empty_label' => 'Select agent', )