B2018-069 Revert PDF Location to default temporary folder when running baseline testing
This commit is contained in:
@@ -107,7 +107,11 @@ namespace VEPROMS
|
||||
}
|
||||
public string PDFPath
|
||||
{
|
||||
get { return txbPDFLocation.Text; }
|
||||
get {// B2018-069 Revert to Temporary for Baseline testing
|
||||
if (PromsPrinter.BaselineTesting)
|
||||
return VlnSettings.TemporaryFolder;
|
||||
return txbPDFLocation.Text;
|
||||
}
|
||||
set { txbPDFLocation.Text = value; }
|
||||
}
|
||||
public string RevDate
|
||||
|
Reference in New Issue
Block a user