Changed ToString for StepData part of PlantFormat
This commit is contained in:
parent
66f1c21425
commit
ceeea69bcd
@ -3602,7 +3602,7 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return string.Format("{0:00} - {1}", Index, Type);
|
||||
return string.Format("{0}", Type);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
x
Reference in New Issue
Block a user