Add ability to fix errors during import
This commit is contained in:
@@ -4,7 +4,6 @@ using ExcelLibrary.SpreadSheet;
|
||||
using MileageTraker.Web.Models;
|
||||
using MileageTraker.Web.Utility;
|
||||
using MileageTraker.Web.ViewModels;
|
||||
using MileageTraker.Web.ViewModels.CreateLog;
|
||||
|
||||
namespace MileageTraker.Web.DAL
|
||||
{
|
||||
@@ -16,7 +15,7 @@ namespace MileageTraker.Web.DAL
|
||||
new LogImportViewModel
|
||||
{
|
||||
CityName = "City Name",
|
||||
Date = "10-20-2010",
|
||||
Date = "10/20/2010",
|
||||
EndOdometer = "10010",
|
||||
GasPurchased = "3.141",
|
||||
LogType = "Commuting",
|
||||
|
||||
Reference in New Issue
Block a user