lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d9e442a 2/3: Fix two reversed conditionals (K


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d9e442a 2/3: Fix two reversed conditionals (KMM)
Date: Wed, 12 Sep 2018 04:05:08 -0400 (EDT)

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

    Fix two reversed conditionals (KMM)
---
 ill_reg_column_headings.mst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ill_reg_column_headings.mst b/ill_reg_column_headings.mst
index 5ef8024..3d0155b 100644
--- a/ill_reg_column_headings.mst
+++ b/ill_reg_column_headings.mst
@@ -29,10 +29,12 @@ Column Headings and Key Terms Used in This Illustration
 <p>
 <b>{{AvName}} Value:</b>
 The accumulation at interest of the net premiums paid,
-{{#SinglePremium}}
-less any withdrawals,
+{{^SinglePremium}}
+less any withdrawals, less any monthly charges deducted.
 {{/SinglePremium}}
+{{#SinglePremium}}
 less any monthly charges deducted.
+{{/SinglePremium}}
 </p>
 <p>
 <b>{{CsvName}} Value:</b>
@@ -184,7 +186,7 @@ minimum defined in your policy.
 </p>
 <!-- Single Premium Logic -->
 {{#SinglePremium}}
-{{#ModifiedSinglePremiumOrModifiedSinglePremium0}}
+{{^ModifiedSinglePremiumOrModifiedSinglePremium0}}
 <p>
 <b>Single Premium:</b>
 After the single premium is paid, additional payment



reply via email to

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