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

(-)a/Koha/UI/Form/Builder/Biblio.pm (-2 / +1 lines)
Lines 51-57 sub new { Link Here
51
51
52
    my $self = {};
52
    my $self = {};
53
53
54
    if ( exists $self->{biblionumber} ) {
54
    if ( exists $params->{biblionumber} ) {
55
        $self->{biblionumber} = $params->{biblionumber} =~ s/\D//gr;
55
        $self->{biblionumber} = $params->{biblionumber} =~ s/\D//gr;
56
56
57
        # just in case biblionumber obtained from CGI and passed directly here contains weird characters like spaces
57
        # just in case biblionumber obtained from CGI and passed directly here contains weird characters like spaces
58
- 

Return to bug 39462