From 9119a049c1b1fdb12360aaae45945317145260aa Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 2 Nov 2022 17:00:32 +0000 Subject: [PATCH] Bug 31995: (QA follow-up) Add 'system preference' to help text We often get asked where something can be found in setting, adding the hint that RealTimeHoldsQueue is a system preference is hopefully helpful here. Signed-off-by: Katrin Fischer --- misc/cronjobs/holds/build_holds_queue.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/cronjobs/holds/build_holds_queue.pl b/misc/cronjobs/holds/build_holds_queue.pl index 8101bea954..76c61a8e94 100755 --- a/misc/cronjobs/holds/build_holds_queue.pl +++ b/misc/cronjobs/holds/build_holds_queue.pl @@ -43,7 +43,7 @@ Prints the manual page and exits. =item B<--force> -Allows this script to rebuild the entire holds queue even if RealTimeHoldsQueue is enabled. +Allows this script to rebuild the entire holds queue even if the RealTimeHoldsQueue system preference is enabled. =back @@ -70,7 +70,7 @@ pod2usage( -exitval => 0, -verbose => 2 ) if $man; my $rthq = C4::Context->preference('RealTimeHoldsQueue'); if ( $rthq && !$force ) { - say "Real Time Holds Queue is enabled, holds queue not built."; + say "RealTimeHoldsQueue system preference is enabled, holds queue not built."; say "Use --force to force building the holds queue."; exit(1); } -- 2.30.2