lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6377] Include supplemental specified amount in "Face Amou


From: Greg Chicares
Subject: [lmi-commits] [6377] Include supplemental specified amount in "Face Amount"
Date: Fri, 23 Oct 2015 16:18:39 +0000

Revision: 6377
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6377
Author:   chicares
Date:     2015-10-23 16:18:38 +0000 (Fri, 23 Oct 2015)
Log Message:
-----------
Include supplemental specified amount in "Face Amount"

Modified Paths:
--------------
    lmi/trunk/group_quote_pdf_gen_wx.cpp

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-23 12:02:31 UTC (rev 
6376)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-23 16:18:38 UTC (rev 
6377)
@@ -662,7 +662,7 @@
                 break;
             case e_col_face_amount:
                 {
-                double const z = invar.SpecAmt.at(year);
+                double const z = invar.SpecAmt.at(year) + 
invar.TermSpecAmt.at(year);
                 rd.values[col] = '$' + ledger_format(z, f0);
                 if(is_composite)
                     {




reply via email to

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