View | Details | Raw Unified | Return to bug 17253
Collapse All | Expand All

(-)a/Koha/AuthorisedValues.pm (-2 lines)
Lines 98-104 sub search_by_koha_field { Link Here
98
            ( $authorised_value ? ( authorised_value => $authorised_value ) : () ),
98
            ( $authorised_value ? ( authorised_value => $authorised_value ) : () ),
99
        },
99
        },
100
        {   join     => { category => 'marc_subfield_structures' },
100
        {   join     => { category => 'marc_subfield_structures' },
101
            select   => ['authorised_value'],
102
            distinct => 1,
101
            distinct => 1,
103
        }
102
        }
104
    );
103
    );
105
- 

Return to bug 17253