C2024-002 #228

Merged
jjenko merged 10 commits from C2024-002 into Development 2024-02-09 09:32:49 -05:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 293224275d - Show all commits

View File

@ -122,6 +122,7 @@ namespace VEPROMS
Prefix = prefix;
OpenPDF = openPDF;
DidAll = didAll;
_pntSectID = PntSectID;
InitializeComponent();

View File

@ -372,6 +372,7 @@ namespace Volian.Print.Library
{
if (_MyItem is ProcedureInfo)
{
_pntSectID = PntSectID;
ProcedureConfig pcfg = (ProcedureConfig)(_MyItem as ProcedureInfo).MyConfig;
if (DidAll && pcfg.Print_NotInMergeAll) // will be merging a pdf, so don't print this procedure if user set that on procedure propertures
{