From: Rogan Hamby Date: Tue, 28 May 2019 16:06:44 +0000 (-0400) Subject: Merge branch 'master' of git.esilibrary.com:migration-tools X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=fa26b7ca39c2535d858a3ae1b3b369f4b7dca2a1;hp=fa772bcc79301ceb576bf0addb86a59a794c5f7d Merge branch 'master' of git.esilibrary.com:migration-tools --- diff --git a/mig-bin/mig-reporter b/mig-bin/mig-reporter index c3651a2..f1857c9 100755 --- a/mig-bin/mig-reporter +++ b/mig-bin/mig-reporter @@ -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'); }