add unchecked vs. ok distinction to lint
[freeside.git] / httemplate / elements / mcp_lint.html
index 9e2b5ca..5e43ded 100644 (file)
@@ -25,6 +25,8 @@ if ( $opt{svc} ) {
   die 'neither svc nor cust_main options passed to mcp_lint';
 }
 
+push @lint, 'unchecked' unless @svc;
+
 my @lint = ();
 foreach my $svc ( @svc ) {
   my @svc_lint = tron_lint($svc);