lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 019009f 2/3: Fix yet another off-by-one error


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 019009f 2/3: Fix yet another off-by-one error
Date: Wed, 5 Sep 2018 09:50:09 -0400 (EDT)

branch: master
commit 019009fdf58881bd21154bcc77e1d1fc957ce36e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix yet another off-by-one error
---
 ill_reg_header.mst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ill_reg_header.mst b/ill_reg_header.mst
index 9605e35..9482ea7 100644
--- a/ill_reg_header.mst
+++ b/ill_reg_header.mst
@@ -96,10 +96,10 @@
                 {{#InforceYearLT5}}
                     Ultimate Illustrated Crediting Rate:
                     {{#ModifiedSinglePremium0}}
-                        {{AnnGAIntRate_Current[11]}}
+                        {{AnnGAIntRate_Current[10]}}
                     {{/ModifiedSinglePremium0}}
                     {{^ModifiedSinglePremium0}}
-                        {{AnnGAIntRate_Current[6]}}
+                        {{AnnGAIntRate_Current[5]}}
                     {{/ModifiedSinglePremium0}}
                     <br>
                 {{/InforceYearLT5}}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]