lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5975] Recognize updated value for "full underwriting"


From: Greg Chicares
Subject: [lmi-commits] [5975] Recognize updated value for "full underwriting"
Date: Tue, 07 Oct 2014 14:57:44 +0000

Revision: 5975
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5975
Author:   chicares
Date:     2014-10-07 14:57:43 +0000 (Tue, 07 Oct 2014)
Log Message:
-----------
Recognize updated value for "full underwriting"

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/custom_io_1.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-10-07 11:35:22 UTC (rev 5974)
+++ lmi/trunk/ChangeLog 2014-10-07 14:57:43 UTC (rev 5975)
@@ -34248,6 +34248,16 @@
 Force linking despite overly-aggressive linker "optimization". See:
   http://lists.nongnu.org/archive/html/lmi/2014-10/msg00007.html
 
+20141006T1738Z <zeitlin> [533]
+
+  Makefile.am
+  autogen.sh
+  configure.ac
+  aclocal/wxwin.m4                [new file]
+  third_party/Makefile.am         [expunged]
+  third_party/boostfs/Makefile.am [expunged]
+Prepare for forthcoming automated GUI-testing changes.
+
 20141007T1135Z <address@hidden> [533]
 
   file_command_wx.cpp
@@ -34259,3 +34269,8 @@
 Revert the 20141005T1713Z change; remove extraneous semicolons. See:
   http://lists.nongnu.org/archive/html/lmi/2014-10/msg00027.html
 
+20141007T1457Z <address@hidden> [533]
+
+  custom_io_1.cpp
+Recognize updated value for "full underwriting".
+

Modified: lmi/trunk/custom_io_1.cpp
===================================================================
--- lmi/trunk/custom_io_1.cpp   2014-10-07 11:35:22 UTC (rev 5974)
+++ lmi/trunk/custom_io_1.cpp   2014-10-07 14:57:43 UTC (rev 5975)
@@ -266,10 +266,10 @@
     z["InforceAsOfDate"            ] = wire_date;
     z["LastMaterialChangeDate"     ] = wire_date;
     z["GroupUnderwritingType"] =
-          "SI" == Underwriting ? "Simplified issue"
-        : "GI" == Underwriting ? "Guaranteed issue"
-        : "UW" == Underwriting ? "Medical"
-        : throw std::runtime_error(Underwriting + ": Underwriting not in 
{SI,GI,UW}.")
+          "SI"  == Underwriting ? "Simplified issue"
+        : "GI"  == Underwriting ? "Guaranteed issue"
+        : "FUW" == Underwriting ? "Medical"
+        : throw std::runtime_error(Underwriting + ": Underwriting not in 
{SI,GI,FUW}.")
         ;
     z["AgentName"                  ] = AgentName;
     z["AgentAddress"               ] = AgentAddress;




reply via email to

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