From ceeea69bcd60f5fe960f2352c38fa17dd5ee19a8 Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 8 Oct 2009 14:34:33 +0000 Subject: [PATCH] Changed ToString for StepData part of PlantFormat --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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