Bug 17971 (QA Followup) Clarify comment
authorNick Clemens <nick@bywatersolutions.com>
Wed, 29 Mar 2017 20:10:52 +0000 (16:10 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 11:11:42 +0000 (11:11 +0000)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Letters.pm

index 2bc3030..3097b51 100644 (file)
@@ -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" ),