lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 875ca7d 039/156: Rename StateIsTX ledger vari


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 875ca7d 039/156: Rename StateIsTX ledger variable to StateIsTexas
Date: Tue, 30 Jan 2018 17:22:05 -0500 (EST)

branch: master
commit 875ca7de7589e248add163d5c86aa6d3e16b6dcb
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Rename StateIsTX ledger variable to StateIsTexas
    
    For consistency with the other similar variables.
---
 ledger_pdf_generator_wx.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 779e5f1..cb33da9 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -1109,7 +1109,7 @@ and values set forth in the illustration are not 
guaranteed.
 
         summary_html += add_body_paragraph
             (R"(
-{{^StateIsTX}}
+{{^StateIsTexas}}
 This illustration assumes that the currently illustrated
 non-guaranteed elements will continue unchanged
 for all years shown. This is not likely to occur
@@ -1118,8 +1118,8 @@ The non-guaranteed benefits and values are not guaranteed
 and are based on assumptions such as interest credited
 and current monthly charges, which are subject to change by
 {{InsCoName}}.
-{{/StateIsTX}}
-{{#StateIsTX}}
+{{/StateIsTexas}}
+{{#StateIsTexas}}
 This illustration is based on both non-guaranteed
 and guaranteed assumptions. Non-guaranteed assumptions
 include interest rates and monthly charges.
@@ -1130,7 +1130,7 @@ and actual results may be more or less favorable than 
shown.
 Factors that may affect future policy performance include
 the company's expectations for future mortality, investments,
 persistency, profits and expenses.
-{{/StateIsTX}}
+{{/StateIsTexas}}
 )"
             );
 
@@ -1589,7 +1589,7 @@ class pdf_illustration_regular : public pdf_illustration
             );
 
         add_variable
-            ("StateIsTX"
+            ("StateIsTexas"
             ,state_abbrev == "TX"
             );
 



reply via email to

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