Validation for purpose select box working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user