This commit is contained in:
Kathy Ruffing 2013-04-23 13:37:37 +00:00
parent 224de0018b
commit e4f0e892d3

View File

@ -114,6 +114,11 @@ namespace DataLoader
if (libdocid != 0) if (libdocid != 0)
{ {
Documentid = libdocid; Documentid = libdocid;
if (Title.Trim().ToUpper() == "<NO TITLE>")
{
using (DocumentInfo di = DocumentInfo.Get(libdocid))
Title = di.LibTitle;
}
} }
else else
{ {