Added DocPdf field for caching

This commit is contained in:
Rich
2010-07-20 19:32:05 +00:00
parent 7312100a51
commit ec9ac888a0
8 changed files with 296 additions and 25 deletions

View File

@@ -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;
}
}