From 4c6fa69e745c8a29d40284bdde3174e5433645ef Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Wed, 12 Jan 2022 15:47:59 +0100
Subject: [PATCH] Bug 29648: Remove default sort order for detail

On the detail view the number of columns changed, we cannot use the
default sort order here.
It certainly can be done on a different way but I prefer to postpone it
for now and see later.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
---
 admin/columns_settings.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml
index d70cde9990b..95437a6ec32 100644
--- a/admin/columns_settings.yml
+++ b/admin/columns_settings.yml
@@ -313,7 +313,6 @@ modules:
   catalogue:
     detail:
       holdings_table:
-        default_sort_order: 0
         columns:
             -
               columnname: holdings_checkbox
@@ -371,7 +370,6 @@ modules:
               cannot_be_modified: 1
 
       otherholdings_table:
-        default_sort_order: 0
         columns:
             -
               columnname: otherholdings_checkbox
-- 
2.25.1