C2025-023 Electronic Procedures - Modifications to PROMS (Phase 1)

Change to not show open button if using a format that is not attached to an EP format file.
This commit is contained in:
2025-05-14 15:05:58 -04:00
parent 3e53ec9191
commit 31f608a9ec
3 changed files with 9 additions and 2 deletions

View File

@@ -2152,6 +2152,13 @@ namespace VEPROMS.CSLA.Library
return filtered;
}
// C2025-023 - Electronic Procedures - Modifications to PROMS
//return true if any EP Format files attached to the item's
public bool HasEPformat()
{
return ActiveFormat.PlantFormat.EPFormatFiles.Count > 0;
}
// determine if the the current step should automatically be placed on the Continuous Action Summary
// Note, this logic only checks the format setting of the step. We will check the value of the Tag's Check Box later on.
public bool IncludeOnContActSum