add notices to default mig reports
authorRogan Hamby <rhamby@esilibrary.com>
Tue, 28 May 2019 16:06:28 +0000 (12:06 -0400)
committerRogan Hamby <rhamby@esilibrary.com>
Tue, 28 May 2019 16:06:28 +0000 (12:06 -0400)
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'); }