Added DocPdf field for caching
This commit is contained in:
@@ -74,7 +74,7 @@ namespace DataLoader
|
||||
SaveSectionDocument(fname, stpseq, SecType, ref Documentid, procitem.DisplayNumber + ":" + (Number == string.Empty ? Title : Number));
|
||||
if (Documentid == 0)
|
||||
{
|
||||
if (MissingDocument==null) MissingDocument = Document.MakeDocument("MISSING FILE IN CONVERSION", null, null, null);
|
||||
if (MissingDocument==null) MissingDocument = Document.MakeDocument("MISSING FILE IN CONVERSION", null, null, null,null);
|
||||
Documentid = MissingDocument.DocID;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user