Filter vehicle services
This commit is contained in:
@@ -32,7 +32,6 @@ namespace MileageTraker.Web.ViewModels.Log
|
||||
public override string ToString()
|
||||
{
|
||||
var v = new List<string>();
|
||||
//string.Format("{0}-{1}{2}", Year, Month, LogType.HasValue ? "-" + LogType.Value.GetDisplayShortName() : "");
|
||||
|
||||
if (Year.HasValue && Month.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user