This commit is contained in:
parent
224de0018b
commit
e4f0e892d3
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user