B2019-089 - Removed the “End of Search Results” text from the Complete RO report.
Code cleanup – removed un-used code.
This commit is contained in:
@@ -404,7 +404,8 @@ namespace Volian.Print.Library
|
||||
{
|
||||
if (document.IsOpen())
|
||||
{
|
||||
document.Add(new Phrase("End of Search Results",FontFactory.GetFont("Arial",4)));
|
||||
//document.Add(new Phrase("End of Search Results",FontFactory.GetFont("Arial",4))); // B2019-089 commented out - used for debug
|
||||
document.Add(new Phrase(" ", FontFactory.GetFont("Arial", 4))); // B2019-089 - assure output has at least a blank space to prevent error on close
|
||||
document.Close();
|
||||
System.Diagnostics.Process.Start(_FileName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user