From 87b14e7c9323fb848c0bba9c51f9f4098a0ad34c Mon Sep 17 00:00:00 2001 From: Priya Date: Mon, 18 Dec 2017 22:32:30 +0000 Subject: [PATCH] Bug 19713: Remove 2 occurances 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 --- 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 8c429b29dd..3748f1e30c 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 ddb01d5989..293546f449 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