X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main.cgi;h=3ba1e859bbae1b825eb03e93f798c77607ef8270;hp=b314d2d6e2a7e4a87e180c15ce56e47b535497cc;hb=64aec88c35418b8c630811cdf5afb19b2a1c4299;hpb=3fc0a546caf38b444b63744726c5080ce5d9bbbb diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index b314d2d6e..3ba1e859b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -303,8 +303,6 @@ if ( $cgi->param('error') ) { $ss = ''; $stateid = ''; - $cgi->param('tagnum', FS::part_tag->default_tags); - if ( $cgi->param('qualnum') =~ /^(\d+)$/ ) { my $qualnum = $1; my $qual = qsearchs('qual', { 'qualnum' => $qualnum } )