Get export working for Vehicle Service
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
@{
|
||||
ViewBag.Title = "Fuel Logs";
|
||||
var grid = new WebGrid(Model.FuelLogs, rowsPerPage: 45);
|
||||
var parameters = new {FiscalYear = Model.Year, Model.Month, Model.Unmatched};
|
||||
var queryParams = new {FiscalYear = Model.Year, Model.Month, Model.Unmatched};
|
||||
}
|
||||
|
||||
@section Scripts {
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="btn-toolbar clearfix">
|
||||
@Html.ActionLink("Import", "ImportUpload", null, new { @class = "btn" })
|
||||
@Html.ActionLink("Export", "Export", parameters, new { @class = "btn" })
|
||||
@Html.ActionLink("Export", "Export", queryParams, new { @class = "btn" })
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user