X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-bin%2Fmig-reporter;h=e7abe331d56426bf16ff3b704a3a0698eeb39f14;hp=c3651a27510297f601aa15d2d8edc8ef1379422d;hb=70d73d6114fff41db9a93aee1c4230de0a3956c7;hpb=ad8e65f8c112fff23d7c2d9ccf39d4651638ce8c diff --git a/mig-bin/mig-reporter b/mig-bin/mig-reporter index c3651a2..e7abe33 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'); } @@ -459,7 +459,7 @@ sub print_query { my $h_length = @h; my $h_count = 1; while ($h_count <= $h_length) { - print $fh "|$h[$h_count-1] "; + print $fh "|*$h[$h_count-1]* "; $h_count++; } print $fh "\n";