X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmcp_lint.html;h=161415eff3d8feabce825c1ce2b5aa38ba73db9d;hp=5e43dedf05899d1c298e5686ba6a072aa16125a4;hb=c3da5cf1caa244937d280e0f406927103beef148;hpb=45e8c18da513a4e88edc41e43b2ce1079ecb8b27 diff --git a/httemplate/elements/mcp_lint.html b/httemplate/elements/mcp_lint.html index 5e43dedf0..161415eff 100644 --- a/httemplate/elements/mcp_lint.html +++ b/httemplate/elements/mcp_lint.html @@ -25,9 +25,9 @@ if ( $opt{svc} ) { die 'neither svc nor cust_main options passed to mcp_lint'; } -push @lint, 'unchecked' unless @svc; my @lint = (); +push @lint, 'unchecked' unless @svc; foreach my $svc ( @svc ) { my @svc_lint = tron_lint($svc); if ( scalar(@svc) > 1 ) {