lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f328da0 3/3: Fix typographical errors


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f328da0 3/3: Fix typographical errors
Date: Fri, 9 Mar 2018 13:08:23 -0500 (EST)

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

    Fix typographical errors
---
 fo_common.xsl               | 2 +-
 ledger_pdf_generator_wx.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fo_common.xsl b/fo_common.xsl
index 7334dce..30d5ceb 100644
--- a/fo_common.xsl
+++ b/fo_common.xsl
@@ -965,7 +965,7 @@
       <fo:table-cell number-rows-spanned="2">
         <xsl:call-template name="header-cell-with-border"/>
         <fo:block>Sep Acct Net</fo:block>
-        <fo:block>Inv Rate</fo:block>
+        <fo:block>Int Rate</fo:block>
       </fo:table-cell>
       <fo:table-cell number-rows-spanned="2">
         <xsl:call-template name="header-cell-with-border"/>
diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 545d1bc..aa04986 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -1895,7 +1895,7 @@ class ill_reg_tabular_detail2_page : public 
page_with_tabular_report
             {{ "PolicyYear"          , "Policy\nYear"               ,         
"999" }
             ,{ "AttainedAge"         , "End of\nYear Age"           ,         
"999" }
             ,{ "AnnGAIntRate_Current", "Illustrated\nCrediting Rate",      
"99.99%" }
-            ,{ "SpecAmt"             , "Selected\nFace Amount"      , 
"999,000,000" }
+            ,{ "SpecAmt"             , "Selected\nFace Amount"      , 
"999,999,999" }
             };
 
         return columns;
@@ -2471,7 +2471,7 @@ class nasd_assumption_detail : public 
page_with_tabular_report
         static illustration_table_columns const columns =
             {{ "PolicyYear"          , "Policy\nYear"                ,        
"999" }
             ,{ "AttainedAge"         , "End of\nYear Age"            ,        
"999" }
-            ,{ "AnnSAIntRate_Current", "Sep Acct Net\nInv Rate"      ,     
"99.99%" }
+            ,{ "AnnSAIntRate_Current", "Sep Acct Net\nInt Rate"      ,     
"99.99%" }
             ,{ "AnnGAIntRate_Current", "Gen Acct\nCurrent Rate"      ,     
"99.99%" }
             ,{ "CurrMandE"           , "M&E"                         ,     
"99.99%" }
             ,{ "EeMode"              , "Indiv\nPmt Mode"             , 
"Semiannual" }



reply via email to

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