lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 085cfee 1/2: Revert "Print "0%" in all zero-p


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 085cfee 1/2: Revert "Print "0%" in all zero-percent column headers"
Date: Wed, 26 Sep 2018 14:47:06 -0400 (EDT)

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

    Revert "Print "0%" in all zero-percent column headers"
    
    This reverts commit ca240787271666506b9b40143725545851ef693d of
    20180924T1155Z. These pairs of columns actually have identical values:
      AVGenAcct_CurrentZero    == AVGenAcct_Current
      AVGenAcct_GuaranteedZero == AVGenAcct_Guaranteed
---
 ledger_evaluator.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ledger_evaluator.cpp b/ledger_evaluator.cpp
index f3c7f35..32afed2 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\nCharges\n0% 
Account\nValue\nGen Acct";
-    title_map["AVGenAcct_GuaranteedZero"        ] = "Guar\nCharges\n0% 
Account\nValue\nGen Acct";
+    title_map["AVGenAcct_CurrentZero"           ] = 
"Curr\nCharges\nAccount\nValue\nGen Acct";
+    title_map["AVGenAcct_GuaranteedZero"        ] = 
"Guar\nCharges\nAccount\nValue\nGen Acct";
     title_map["AVRelOnDeath_Current"            ] = 
"Account\nValue\nReleased\non Death";
     title_map["AVSepAcct_CurrentZero"           ] = "Curr\nCharges\n0% 
Account\nValue\nSep Acct";
     title_map["AVSepAcct_GuaranteedZero"        ] = "Guar\nCharges\n0% 
Account\nValue\nSep Acct";



reply via email to

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