B2013-162 fix. Improved print for Callaway Backgrounds

Callaway Background page list fixes for DECISION type steps
This commit is contained in:
2013-10-02 10:43:10 +00:00
parent 2988ba9b87
commit 22adceafbd
2 changed files with 12 additions and 18 deletions

View File

@@ -1134,7 +1134,7 @@ namespace Volian.Print.Library
plstr = plstr.Replace(token, thisDate2.ToString("H:mm"));
break;
case "{HLRNO}":
plstr = plstr.Replace(token, HLRNO);
plstr = HLRNO==null?"":plstr.Replace(token, HLRNO);
break;
case "{HLSTAB}":
plstr = plstr.Replace(token, HLSTAB);