From 89a84cb9fbed1b4a30b922078dd415efe6289f42 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 24 Jan 2020 23:25:20 +0000 Subject: [PATCH] Bug 24515: Column Configuration for pay-fines-table does not hide Account Type properly This patch corrects the order of the columns in the columns configuration YML file. The incorrect order was causing the wrong column to be hidden when changing the columns settings for the table in Administration. To test, apply the patch and go to Administration -> Columns settings. - Under Patrons -> pay-fines-table, test hiding the account_type and description columns, together and separately. - Verify that the correct columns are hidden on the pay fines screen (Patron -> Accounting -> Make a payment) Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson (cherry picked from commit ed1b52a15d689a10cc522cfb5611a9d8036f2f84) Signed-off-by: Lucas Gass --- 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 213ee001f2..f6a615e07b 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -461,6 +461,8 @@ modules: columnname: actions cannot_be_toggled: 1 cannot_be_modified: 1 + - + columnname: account_type - columnname: description - @@ -473,8 +475,6 @@ modules: columnname: returndate - columnname: note - - - columnname: account_type - columnname: amount - -- 2.39.5