From 6f9fd3056c3e45ee6ef006f92d18bd1ea7fbd1fd Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 20 Sep 2020 22:06:32 +0000 Subject: [PATCH] Bug 24690: Fix column configuration for fines trasactions Hiding the last columns on the fines transactions in the patron account in staff didn't work correctly as we had missed adding Home library to the configuration options when it was added. This adds the missing definition and now all columns can be toggled correctly. To test: - Go to any patron account in staff - Go to Accounting > tab transactions (maybe add some fines) - Toggle the columns on the table using the menu, especially - notes, home library and checkout date - Go to Administration > Table configuration - Verify the settings for the table work well from there too - with the patch, home_library will show as new option https://bugs.koha-community.org/show_bug.cgi?id=26490 --- admin/columns_settings.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 96b3a31a68..f010bedc11 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -666,6 +666,8 @@ modules: - columnname: issuedate - + columnname: home_library + - columnname: note - columnname: amount -- 2.11.0