This commit is contained in:
2011-04-01 14:38:19 +00:00
parent cae4e76643
commit 35f45d2e0b
3 changed files with 15 additions and 3 deletions

View File

@@ -340,7 +340,7 @@ namespace VEPROMS.CSLA.Library
get
{
if (IsStep)
return FormatStepData.Type;
return FormatStepData.StepEditData.TypeMenu.MenuItem; //FormatStepData.Type;
else if (IsSection)
return MyDocStyle.Name;
return "Procedure Title";