add notices to default mig reports
[migration-tools.git] / mig-bin / mig-reporter
index c3651a2..f1857c9 100755 (executable)
@@ -156,7 +156,7 @@ foreach my $arg (@ARGV) {
     }
 }
 
-if (!defined $tags) {$tags = 'circs.holds.actors.bibs.assets.money'};
+if (!defined $tags) {$tags = 'circs.holds.actors.bibs.assets.money.notices'};
 if (!defined $report_title) { abort('--report_title must be supplied'); }
 if ($excel_output == 0 and !defined $analyst) { abort('--analyst must be supplied'); }