Added DocPdf field for caching
This commit is contained in:
@@ -415,7 +415,7 @@ namespace VEPROMS
|
||||
{
|
||||
// make new document with 'no' libtitle - use libtitle for the doc title. Then link this
|
||||
// to the item...
|
||||
Document doc = Document.MakeDocument(null, doclibinfo.DocContent, null, null);
|
||||
Document doc = Document.MakeDocument(null, doclibinfo.DocContent, null, null, null);
|
||||
_SectionConfig.MySection.MyContent.MyEntry.MyDocument = doc;
|
||||
}
|
||||
ppCmbxLibDoc.Items.Clear();
|
||||
|
Reference in New Issue
Block a user