ResultsBrowser: CEVAK specific code commented out, ver. 2.18.995
This commit is contained in:
parent
92d246eda0
commit
4fad9925ec
@ -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")]
|
||||
|
||||
@ -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))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user