From 4fad9925ec834230cc1c3de114f8e0bc50b490ca Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 13 Sep 2018 16:36:34 +0200 Subject: [PATCH] ResultsBrowser: CEVAK specific code commented out, ver. 2.18.995 --- ResultsBrowser/Properties/AssemblyInfo.cs | 4 ++-- ResultsBrowser/ResultsBrowserWnd.cs | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ResultsBrowser/Properties/AssemblyInfo.cs b/ResultsBrowser/Properties/AssemblyInfo.cs index 18c751591..9077b9805 100644 --- a/ResultsBrowser/Properties/AssemblyInfo.cs +++ b/ResultsBrowser/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.18.856.0")] -[assembly: AssemblyFileVersion("2.18.856.0")] +[assembly: AssemblyVersion("2.18.995.0")] +[assembly: AssemblyFileVersion("2.18.995.0")] diff --git a/ResultsBrowser/ResultsBrowserWnd.cs b/ResultsBrowser/ResultsBrowserWnd.cs index 7e7ab28eb..0e23fee66 100644 --- a/ResultsBrowser/ResultsBrowserWnd.cs +++ b/ResultsBrowser/ResultsBrowserWnd.cs @@ -405,14 +405,14 @@ namespace ResultsBrowser if (!batches.Contains(wm.Batch)) batches.Add(wm.Batch); } - foreach (var batch in batches) - { - new Results.Output.Printers.Cevak.PrintDocumentCevak(batch, - Config.Entities.PageOrientation.Portrait, - 60, 60, 60, - "PT40 Z/E-35-A", - "0111-OOP-C035-13").Print(); - } + //foreach (var batch in batches) + //{ + // new Results.Output.Printers.Cevak.PrintDocumentCevak(batch, + // Config.Entities.PageOrientation.Portrait, + // 60, 60, 60, + // "PT40 Z/E-35-A", + // "0111-OOP-C035-13").Print(); + //} #else if (string.IsNullOrEmpty(filtersConfig.PrinterClass)) {