fixed various issues during initial delivery prep
Treat ‘#’ as symbol in tabs, so that ‘#’ isn’t included in resolved transition text & top/bottom continue messages (for AEP) Created a format variable ‘RNOWidthAltAll’ to be used to adjust all RNO parts, not just those off HLS. (for AEP)
This commit is contained in:
@@ -4433,7 +4433,7 @@ namespace VEPROMS.CSLA.Library
|
||||
get
|
||||
{
|
||||
// this trims off any symbols at the start of the tab
|
||||
return _ReplaceSymbols.Replace(CleanText, "");
|
||||
return _ReplaceSymbols.Replace(CleanText, "").Replace("#","");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user