From ee0b91d6d065ba42e843bf5cc1049927a7b00516 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 Signed-off-by: Josef Moravec --- 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 8c429b2..3748f1e 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 ddb01d5..293546f 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.1.4