From f34da84ed6d439e7b2d1f9f1efd4bac8243e8749 Mon Sep 17 00:00:00 2001 From: "J. David Bavousett" Date: Fri, 21 Aug 2009 14:40:29 -0400 Subject: [PATCH] Bug 3482 changed name of notices file --- misc/cronjobs/gather_print_notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/gather_print_notices.pl b/misc/cronjobs/gather_print_notices.pl index 62939c79e3..fd33a17618 100755 --- a/misc/cronjobs/gather_print_notices.pl +++ b/misc/cronjobs/gather_print_notices.pl @@ -68,7 +68,7 @@ my $today = C4::Dates->new(); my @messages = @{ GetPrintMessages() }; exit unless( @messages ); -open OUTPUT, '>', File::Spec->catdir( $output_directory, "notices-" . $today->output( 'iso' ) . ".html" ); +open OUTPUT, '>', File::Spec->catdir( $output_directory, "holdnotices-" . $today->output( 'iso' ) . ".html" ); my $template = C4::Output::gettemplate( 'batch/print-notices.tmpl', 'intranet', new CGI ); my $stylesheet_contents = ''; -- 2.20.1