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