making headers bold
[migration-tools.git] / mig-bin / mig-reporter
index c3651a2..e7abe33 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'); }
 
@@ -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";