correzioni varie
This commit is contained in:
parent
7e900d5711
commit
b3945f1f56
@ -481,7 +481,7 @@ namespace SoftwayWeb.Controllers
|
||||
if (response2.IsSuccessStatusCode)
|
||||
{
|
||||
|
||||
return RedirectToAction("Index", "Destinazioni", new
|
||||
return RedirectToAction("IndexValidate", "Destinazioni", new
|
||||
{
|
||||
id = model.serialeGiro,
|
||||
codAutista = model.CodAutistaOld,
|
||||
|
||||
@ -119,6 +119,7 @@
|
||||
<div style="width:10%;float:left;">
|
||||
<a asp-action="Index" asp-controller="Giri" value="Torna alla lista" class="btn btn-primary">Torna alla lista</a>
|
||||
</div>
|
||||
<div style="width:100%;float:left;"> </div>
|
||||
@Html.HiddenFor(x => x.Piprogre)
|
||||
@Html.HiddenFor(x => x.Piserial)
|
||||
@Html.HiddenFor(x => x.Pitiprec)
|
||||
@ -137,7 +138,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
<hr />
|
||||
<script src="~/js/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user