From f94afd5e6c5bbc6669cf74177aad0da9f492a3d1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 17 Sep 2015 08:40:19 +0100 Subject: [PATCH] Bug 14841: Fine column is not manage by columns settings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug 9481 added the "Fine" columns to the checkouts table and bug 13492 added the columns settings to these table. They overlapped each others in the bugs queue. Test plan: Confirm that you are able to hide/show the "Fine" columns on both checkouts table. Signed-off-by: Joonas Kylmälä Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- admin/columns_settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 670982aa33..3849245263 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -215,6 +215,8 @@ modules: columnname: callno - columnname: charge + - + columnname: fine - columnname: price - @@ -296,6 +298,8 @@ modules: columnname: callno - columnname: charge + - + columnname: fine - columnname: price - -- 2.20.1