diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 20df67e6..1e9377f0 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -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