From e155029eea393931b56370b57ade8a7f07613ef5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 13 Oct 2016 11:09:54 +0100 Subject: [PATCH] Bug 17253: Fetch all the columns instead of only authorised_value Signed-off-by: Claire Gravely Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall --- Koha/AuthorisedValues.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/AuthorisedValues.pm b/Koha/AuthorisedValues.pm index c4484cb132..11a4404b05 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.20.1