B2022-083: Support Conditional RO Values
This commit is contained in:
@@ -321,7 +321,7 @@ namespace VEPROMS.CSLA.Library
|
||||
if (tmp == null)
|
||||
{
|
||||
tmp = DataPortal.Fetch<PdfInfo>(new PKCriteria(docID, debugStatus, topRow, pageLength, leftMargin, pageWidth));
|
||||
AddToCache(tmp);
|
||||
if (tmp.DocID > 0) AddToCache(tmp);
|
||||
}
|
||||
if (tmp.ErrorMessage == "No Record Found")
|
||||
{
|
||||
|
Reference in New Issue
Block a user