From 431d68b6dce01eeddba862919c0d45dbe62eac83 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=UTF-8 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ä --- admin/columns_settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 670982a..3849245 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -216,6 +216,8 @@ modules: - columnname: charge - + columnname: fine + - columnname: price - columnname: renew @@ -297,6 +299,8 @@ modules: - columnname: charge - + columnname: fine + - columnname: price - columnname: renew -- 1.9.1