@@ -, +, @@ --- C4/Koha.pm | 6 ------ 1 file changed, 6 deletions(-) --- a/C4/Koha.pm +++ a/C4/Koha.pm @@ -373,12 +373,6 @@ sub getFacets { tags => [ qw/ 607a / ], sep => ' - ', }, - { - idx => 'su-ut', - label => 'Titles', - tags => [ qw/ 500a 501a 503a / ], - sep => ', ', - }, { idx => 'au', label => 'Authors', --