From 1442eb848c2f8253e624a879920827ff6d7a18f3 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 --- C4/Letters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Letters.pm b/C4/Letters.pm index 6715213..e875e26 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.1.4