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

(-)a/C4/Koha.pm (-1 / +3 lines)
Lines 1337-1342 by the passed category and code Link Here
1337
1337
1338
sub GetAuthorisedValueByCode {
1338
sub GetAuthorisedValueByCode {
1339
    my ( $category, $authvalcode, $opac ) = @_;
1339
    my ( $category, $authvalcode, $opac ) = @_;
1340
    if (!defined $authvalcode) {
1341
        return;
1342
    }
1340
1343
1341
    my $field = $opac ? 'lib_opac' : 'lib';
1344
    my $field = $opac ? 'lib_opac' : 'lib';
1342
    my $dbh = C4::Context->dbh;
1345
    my $dbh = C4::Context->dbh;
1343
- 

Return to bug 14627