B2013-162 fix. Improved print for Callaway Backgrounds
Callaway Background page list fixes for DECISION type steps
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user