From 6ce7b5bb0e166789d51891fdfa72ac6cf5d42f6a Mon Sep 17 00:00:00 2001 From: Emmi Takkinen Date: Wed, 18 May 2022 12:16:42 +0300 Subject: [PATCH] Bug 30798: Change column order on account-fines table column settings Columns Home library and Checked out from are in wrong order on table settings. Because of this hiding Home library actually hides Checkout out from column and vice versa. This patch changes order of these columns on columns_settings.yml To test: 1) Navigate to columns settings page and modify account-fines tables column. => Note that if you hide column checked_out_from, column home_library is hidden on patrons account page. 2) Apply patch and restart plack etc. => Column checked_out_from should now be hidden. Sponsored-by: Koha-Suomi Oy --- admin/columns_settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 6760a30c42..95f9da83be 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -773,10 +773,10 @@ modules: columnname: returndate - columnname: issuedate - - - columnname: home_library - columnname: checked_out_from + - + columnname: home_library - columnname: note - -- 2.25.1