This commit is contained in:
@@ -922,7 +922,11 @@ namespace Volian.Print.Library
|
||||
PageListCheckOffHeader = PageItemToSvgText(pageItem, pageItem.Token, vf, section);
|
||||
break;
|
||||
default:
|
||||
|
||||
if (token.Contains(@"RO-"))
|
||||
{
|
||||
plstr = token.Replace("{","").Replace("}","");
|
||||
svgGroup.Add(PageItemToSvgText(pageItem, plstr, MySection));
|
||||
}
|
||||
if (token.Contains(@"PS-"))
|
||||
{
|
||||
ProcedureConfig procConfig = section.MyProcedure.MyConfig as ProcedureConfig;
|
||||
|
Reference in New Issue
Block a user