Validation for purpose select box working

This commit is contained in:
2013-03-03 20:43:13 -05:00
parent e911dfced7
commit 9f0e5f7b1d
6 changed files with 30 additions and 20 deletions
-5
View File
@@ -330,11 +330,6 @@ namespace MileageTraker.Web.DAL
select pt).OrderBy(pt => pt.SortOrder).ToList();
}
public IEnumerable<PurposeType> GetPurposeTypesWithBlank()
{
return (new[] { new PurposeType() }).Concat(GetPurposeTypes());
}
#endregion
#region Vehicle