diff --git a/PROMS/DataLoader/Loader.cs b/PROMS/DataLoader/Loader.cs index 41ca0eea..6740899d 100644 --- a/PROMS/DataLoader/Loader.cs +++ b/PROMS/DataLoader/Loader.cs @@ -90,6 +90,7 @@ namespace DataLoader AnnotationType at = AnnotationType.MakeAnnotationType("Reference", null); at = AnnotationType.MakeAnnotationType("Action Items", null); + at = AnnotationType.MakeAnnotationType("Verification Required", null); frmMain.Status = "Load veproms.ini"; XmlDocument d = cfg.LoadSystemIni(vepromspath);