This commit is contained in:
@@ -114,6 +114,11 @@ namespace DataLoader
|
||||
if (libdocid != 0)
|
||||
{
|
||||
Documentid = libdocid;
|
||||
if (Title.Trim().ToUpper() == "<NO TITLE>")
|
||||
{
|
||||
using (DocumentInfo di = DocumentInfo.Get(libdocid))
|
||||
Title = di.LibTitle;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user