From b555110754059738d0ca3e31813e942a923edf69 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 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. --- admin/columns_settings.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index b8c6bfc..9219742 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -145,6 +145,8 @@ modules: - columnname: charge - + columnname: fine + - columnname: price - columnname: renew @@ -226,6 +228,8 @@ modules: - columnname: charge - + columnname: fine + - columnname: price - columnname: renew -- 2.1.0