From 7f9e8cc878941cf03fc7a5dedab85eaa26046705 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 13 Oct 2016 11:09:54 +0100 Subject: [PATCH] [PASSED QA] Bug 17253: Fetch all the columns instead of only authorised_value Signed-off-by: Claire Gravely Signed-off-by: Martin Renvoize --- Koha/AuthorisedValues.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/AuthorisedValues.pm b/Koha/AuthorisedValues.pm index c4484cb..11a4404 100644 --- a/Koha/AuthorisedValues.pm +++ b/Koha/AuthorisedValues.pm @@ -98,7 +98,6 @@ sub search_by_koha_field { ( $authorised_value ? ( authorised_value => $authorised_value ) : () ), }, { join => { category => 'marc_subfield_structures' }, - select => ['authorised_value'], distinct => 1, } ); -- 2.1.4