diff options
Diffstat (limited to 'contrib/raw/GenerateLatexExpeneseReport.pl')
-rwxr-xr-x | contrib/raw/GenerateLatexExpeneseReport.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/raw/GenerateLatexExpeneseReport.pl b/contrib/raw/GenerateLatexExpeneseReport.pl index 670d9f21..0d222d7e 100755 --- a/contrib/raw/GenerateLatexExpeneseReport.pl +++ b/contrib/raw/GenerateLatexExpeneseReport.pl @@ -149,7 +149,7 @@ my @MainReport = `$CmdLine`; ### MainReport: @MainReport # Remove any project codes and linefeeds -#map { chomp(); s/(:AISER[0-9][0-9][0-9][0-9])+://g; } @MainReport; # No need, thats now metadata +#map { chomp(); s/(:AISER[0-9][0-9][0-9][0-9])+://g; } @MainReport; # No need, that's now metadata foreach my $line (@MainReport) { ### Processing Main Report... done |