From e4f0e892d35087e6ac743a513bba87eb56c87d37 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 23 Apr 2013 13:37:37 +0000 Subject: [PATCH] --- PROMS/DataLoader/Sections.cs | 5 +++++ 1 file changed, 5 insertions(+) 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 {