Logic to handle {indent} in the tab definition
This commit is contained in:
parent
13472c600f
commit
813b847c17
@ -2486,7 +2486,8 @@ namespace VEPROMS.CSLA.Library
|
||||
if (tbformate != null && tbformate.Contains("{LNK Step Num}"))
|
||||
tbformate = tbformate.Replace("{LNK Step Num}", Ordinal.ToString());
|
||||
}
|
||||
|
||||
if (tbformat.Contains("{indent}")) // Robinson Background format CPBCK
|
||||
tbformat = tbformat.Substring(8); // we just need to remove the "{indent}" and leave the spaces
|
||||
// rno gets parent tab
|
||||
if (IsRNOPart && FormatStepData.NumberSubs)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user