diff --git a/PROMS/DataLoader/Sections.cs b/PROMS/DataLoader/Sections.cs index ef5e6849..03bbd5d3 100644 --- a/PROMS/DataLoader/Sections.cs +++ b/PROMS/DataLoader/Sections.cs @@ -114,6 +114,11 @@ namespace DataLoader if (libdocid != 0) { Documentid = libdocid; + if (Title.Trim().ToUpper() == "") + { + using (DocumentInfo di = DocumentInfo.Get(libdocid)) + Title = di.LibTitle; + } } else {