From 6bfa39e0eb306ee7a79217c1308b113d51e70563 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Ruiz Date: Thu, 24 Jan 2019 13:50:57 +0100 Subject: [PATCH] #1030 ticket.index orden siempre por fecha ascencente --- modules/ticket/front/index/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index f2172b245..486b900ba 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -3,7 +3,7 @@ url="/ticket/api/Tickets/filter" limit="20" data="tickets" - order="shipped DESC" + order="shipped ASC" auto-load="false">