Get export working for Vehicle Service
This commit is contained in:
@@ -60,7 +60,7 @@ namespace MileageTraker.Web.Controllers
|
||||
var vm = new FuelLogViewModel(fuelLog) { VehicleId = DataService.GetVehicleIdByTag(fuelLog.TagNumber) };
|
||||
return View(vm);
|
||||
}
|
||||
|
||||
|
||||
public ViewResult Match(int id)
|
||||
{
|
||||
var fuelLog = DataService.GetFuelLog(id);
|
||||
@@ -89,6 +89,7 @@ namespace MileageTraker.Web.Controllers
|
||||
return View(matchViewModel);
|
||||
}
|
||||
|
||||
[ActionLog]
|
||||
[HttpPost]
|
||||
public ActionResult Match(int fuelLogId, int logId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user