From ed1b52a15d689a10cc522cfb5611a9d8036f2f84 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 --- 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 c1fdf398ca..b18d751a43 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -513,6 +513,8 @@ modules: columnname: actions cannot_be_toggled: 1 cannot_be_modified: 1 + - + columnname: account_type - columnname: description - @@ -525,8 +527,6 @@ modules: columnname: returndate - columnname: note - - - columnname: account_type - columnname: amount - -- 2.39.2