From 624733dcfbfb039b9b1402db891c4ddc73cc2c1a Mon Sep 17 00:00:00 2001 From: Gerard Date: Thu, 28 Feb 2019 10:01:54 +0100 Subject: [PATCH] changed order of ticket index --- 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 fe6c85b20..42d5ad3fe 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 DESC, clientFk" auto-load="false">