lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c4fbf67 2/4: Move a PDF paragraph


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c4fbf67 2/4: Move a PDF paragraph
Date: Wed, 6 Nov 2019 12:36:26 -0500 (EST)

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

    Move a PDF paragraph
    
    'SinglePremiumFootnote', if nonempty, has the form of a definition,
    e.g.:
      Single Premium: This term means blah blah blah...
    In some circumstances, the term "Modified Single Premium" is used
    instead, and a "Limited Single Premium" alternative will soon be
    needed: the term changes, but the definition remains the same.
    
    This definition is part of a list that has hitherto been alphabetized
    strictly, causing its position in the list to shift depending on the
    term's first letter. Now that precious refinement is being eliminated
    rather than letting the new "Limited" case make the code even more
    complicated. This commit merely rearranges the definitions, so that
    'SinglePremiumFootnote' is alphabetized as though it always began with
    the word "Single".
---
 ill_reg_column_headings.mst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ill_reg_column_headings.mst b/ill_reg_column_headings.mst
index f368f4a..1ff5b59 100644
--- a/ill_reg_column_headings.mst
+++ b/ill_reg_column_headings.mst
@@ -122,10 +122,6 @@ to income tax and may also trigger a tax penalty.
 {{/IsInforce}}
 {{MinDeathBenefitFootnote}}
 
-{{#ModifiedSinglePremium}}
-  {{SinglePremiumFootnote}}
-{{/ModifiedSinglePremium}}
-
 <p>
 <b>Monthly Charges:</b>
 The monthly charges for the following month which include:
@@ -153,6 +149,10 @@ resulting Selected Face Amount after decrease must meet the
 minimum defined in your {{ContractName}}.
 </p>
 
+{{#ModifiedSinglePremium}}
+  {{SinglePremiumFootnote}}
+{{/ModifiedSinglePremium}}
+
 {{#SinglePremium}}
   {{^ModifiedSinglePremium}}
     {{SinglePremiumFootnote}}



reply via email to

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