# HG changeset patch # User juanjose.montesdeocaarbos # Date 1312654301 10800 # Node ID a18d4d12fc36378f709fcd4dc5af54b580c156a0 # Parent 4e4b758ab744a1d6657ebcd10e6670a0da1af700 Se ordena el historial por Nro de Orden diff -r 4e4b758ab744 -r a18d4d12fc36 Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml --- a/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Sat Aug 06 13:46:56 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Historico/Index.cshtml Sat Aug 06 15:11:41 2011 -0300 @@ -15,7 +15,7 @@ - @foreach (var item in Model.Items) + @foreach (var item in Model.Items.OrderByDescending(i => i.Numero)) { @item.Numero