lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 28e098d 02/17: Relocate certain rider amounts


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 28e098d 02/17: Relocate certain rider amounts
Date: Fri, 25 Sep 2020 17:16:14 -0400 (EDT)

branch: master
commit 28e098d691a64182557e32175146ff7cb66bf97c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Relocate certain rider amounts
    
    'ill_reg_narr_summary2.mst' incorporates the rider amounts into the
    rider footnotes. This commit does the same for finra. It's overly
    complicated to perform some {{variable}} replacements in the product
    files, and others in MST.
---
 finra_notes2.mst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/finra_notes2.mst b/finra_notes2.mst
index 14a899c..d36b43b 100644
--- a/finra_notes2.mst
+++ b/finra_notes2.mst
@@ -83,13 +83,13 @@
 
 {{#HasChildRider}}
     <p>
-    The ${{ChildRiderAmount}}&nbsp; {{ChildFootnote}}
+    {{ChildFootnote}}
     </p>
 {{/HasChildRider}}
 
 {{#HasSpouseRider}}
     <p>
-    The ${{SpouseRiderAmount}}&nbsp; {{SpouseFootnote}}
+    {{SpouseFootnote}}
     </p>
 {{/HasSpouseRider}}
 



reply via email to

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