Added SectionInfo property HasInitials to make it easier to locate sections which get Initial Headers.
Removed Basis from Transition Text
This commit is contained in:
@@ -605,8 +605,9 @@ namespace VEPROMS.CSLA.Library
|
||||
//itm.Save();
|
||||
//}
|
||||
}
|
||||
if (tb._ToItem.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert && Regex.IsMatch(retval, @".*\[B[0-9]{4,4}\].*"))
|
||||
retval = Regex.Replace(retval, @" *(\[[BP][0-9]{4,4}\])+","");
|
||||
return retval;
|
||||
|
||||
}
|
||||
private static TransitionBuilder SetupTransitionBuilder(FormatInfo formatInfo, ItemInfo fromInfo, int tranType, ItemInfo toItem, ItemInfo rangeItem)
|
||||
{
|
||||
|
Reference in New Issue
Block a user