Fixed code to assure when printing all or some procedures for multiunit doc versions that output PDFs will be stored in sub folder associated with selected unit
Fixed code to prevent visibility of Applicability tab in Step Tools flyout when doc version is not a multiunit doc version
This commit is contained in:
@@ -1613,6 +1613,8 @@ namespace VEPROMS
|
||||
infotabApplicability.Visible = true;
|
||||
displayApplicability.MyItemInfo = args.MyEditItem.MyItemInfo;
|
||||
}
|
||||
else
|
||||
infotabApplicability.Visible = false;
|
||||
if (args.MyEditItem.MyItemInfo.ActiveFormat != null)
|
||||
{
|
||||
// see if format has floating foldouts, and if so, display the panel.
|
||||
|
Reference in New Issue
Block a user