Compare commits
3 Commits
B2025-048
...
Developmen
Author | SHA1 | Date | |
---|---|---|---|
04cef606fc | |||
1ef6a1d0e4 | |||
b163a3a7b9 |
@@ -1325,9 +1325,14 @@ namespace VEPROMS
|
||||
prnDlg.SetupForProcedure(); // Setup filename
|
||||
|
||||
if (quickprint)
|
||||
{
|
||||
prnDlg.OverwritePDF = false; // turn off overwriting of PDFs B2025-051
|
||||
prnDlg.QPCreatePDF(); // Create Print report
|
||||
}
|
||||
else
|
||||
{
|
||||
prnDlg.ShowDialog(this); // Create Print report
|
||||
}
|
||||
|
||||
//B2025-032 Fix Section not Printing Applicability Properly
|
||||
si2.MyDocVersion.DocVersionConfig.SelectedSlave = 0;
|
||||
|
Reference in New Issue
Block a user