lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f484622 044/156: Only show numeric summary if


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f484622 044/156: Only show numeric summary if not in force
Date: Tue, 30 Jan 2018 17:22:06 -0500 (EST)

branch: master
commit f484622734b86c9a1308a83b02f28592d8de04f9
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Only show numeric summary if not in force
---
 ledger_pdf_generator_wx.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ledger_pdf_generator_wx.cpp b/ledger_pdf_generator_wx.cpp
index 09c377d..6027aa3 100644
--- a/ledger_pdf_generator_wx.cpp
+++ b/ledger_pdf_generator_wx.cpp
@@ -1674,7 +1674,10 @@ class pdf_illustration_regular : public pdf_illustration
         add<narrative_summary_page>();
         add<narrative_summary_cont_page>();
         add<columns_headings_page>();
-        add<numeric_summary_page>();
+        if(!invar.IsInforce)
+            {
+            add<numeric_summary_page>();
+            }
     }
 };
 



reply via email to

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