lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ca24078 1/2: Print "0%" in all zero-percent c


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ca24078 1/2: Print "0%" in all zero-percent column headers
Date: Mon, 24 Sep 2018 08:20:06 -0400 (EDT)

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

    Print "0%" in all zero-percent column headers
    
    Added "0%" to two headers. The omission for the first two general-
    account columns was obviously a mistake, as "0%" is included for the
    corresponding separate-account columns a couple lines below. This
    mistake was copied faithfully from the 'ledger_xml_io.cpp' original
    that is used for XSL-FO, where it is left unfixed because the XSL-FO
    implementation is about to be expunged.
---
 ledger_evaluator.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ledger_evaluator.cpp b/ledger_evaluator.cpp
index fa1e11c..8461b6a 100644
--- a/ledger_evaluator.cpp
+++ b/ledger_evaluator.cpp
@@ -163,8 +163,8 @@ ledger_evaluator Ledger::make_evaluator() const
     // they are defined only on a current basis--experience-rating
     // columns, e.g.
 
-    title_map["AVGenAcct_CurrentZero"           ] = "Curr 
Charges\nAccount\nValue\nGen Acct";
-    title_map["AVGenAcct_GuaranteedZero"        ] = "Guar 
Charges\nAccount\nValue\nGen Acct";
+    title_map["AVGenAcct_CurrentZero"           ] = "Curr Charges\n0% 
Account\nValue\nGen Acct";
+    title_map["AVGenAcct_GuaranteedZero"        ] = "Guar Charges\n0% 
Account\nValue\nGen Acct";
     title_map["AVRelOnDeath_Current"            ] = 
"Account\nValue\nReleased\non Death";
     title_map["AVSepAcct_CurrentZero"           ] = "Curr Charges\n0% 
Account\nValue\nSep Acct";
     title_map["AVSepAcct_GuaranteedZero"        ] = "Guar Charges\n0% 
Account\nValue\nSep Acct";



reply via email to

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