combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / mcp_lint.html
index 9e2b5ca..161415e 100644 (file)
@@ -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 ) {