From 83a7ab21f320b7f7cfe8b3b6b1ab8f6895fe8180 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 29 Mar 2017 16:10:52 -0400 Subject: [PATCH] Bug 17971 (QA Followup) Clarify comment Signed-off-by: Kyle M Hall --- C4/Letters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 2bc3030afb..3097b513dd 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -691,7 +691,7 @@ sub GetPreparedLetter { my $tables = $params{tables} || {}; my $substitute = $params{substitute} || {}; - my $loops = $params{loops} || {}; # loops is not supported for history syntax + my $loops = $params{loops} || {}; # loops is not supported for historical notices syntax my $repeat = $params{repeat}; %$tables || %$substitute || $repeat || %$loops or carp( "ERROR: nothing to substitute - both 'tables', 'loops' and 'substitute' are empty" ), -- 2.39.5