From 75e6c204a4b04c95bb73d1d6c5307fe6d71a4148 Mon Sep 17 00:00:00 2001 From: Priya Patel Date: Mon, 18 Dec 2017 22:32:30 +0000 Subject: [PATCH] Bug 19713: Remove 2 occurences of OpacShowLibrariesPullDownMobile To test: 1/ Grep to find OpacShowLibrariesPullDownMobile 2/ Notice it is in t/db_dependent/UsageStats.t and C4/UsageStats.pm 3/ Apply patch 4/ Grep to check OpacShowLibrariesPullDownMobile was removed from 2 files Signed-off-by: Katrin Fischer Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart --- C4/UsageStats.pm | 1 - t/db_dependent/UsageStats.t | 1 - 2 files changed, 2 deletions(-) diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm index 9887c89138..678b84570f 100644 --- a/C4/UsageStats.pm +++ b/C4/UsageStats.pm @@ -247,7 +247,6 @@ sub BuildReport { OPACShowCheckoutName OpacShowFiltersPulldownMobile OPACShowHoldQueueDetails - OpacShowLibrariesPulldownMobile OpacShowRecentComments OPACShowUnusedAuthorities OpacStarRatings diff --git a/t/db_dependent/UsageStats.t b/t/db_dependent/UsageStats.t index 89fe0923e3..3be35c38f3 100644 --- a/t/db_dependent/UsageStats.t +++ b/t/db_dependent/UsageStats.t @@ -500,7 +500,6 @@ sub mocking_systempreferences_to_a_set_value { OPACShowCheckoutName OpacShowFiltersPulldownMobile OPACShowHoldQueueDetails - OpacShowLibrariesPulldownMobile OpacShowRecentComments OPACShowUnusedAuthorities OpacStarRatings -- 2.11.0