Skip to content

Commit

Permalink
Merge pull request #15 from dlbptfs/PT17190117
Browse files Browse the repository at this point in the history
[#17190117] OPAC Cart to list feature sc 17418
  • Loading branch information
ctfliblime committed Feb 24, 2015
2 parents d1f3309 + 36992da commit 9367929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cgi/opac/opac-addbybiblionumber.pl
Expand Up @@ -128,6 +128,8 @@ sub AddBibliosToShelf {
}

my @biblios;
# Bibs being passed as URL query string in the form ###/###/###/
@biblionumber = split( /\//, $biblionumber[0]) if ($biblionumber[0] =~ /\/$/);
for my $bib (@biblionumber) {
$bib =~ s/[^\d]//g;
my $data = GetBiblioData( $bib );
Expand Down

0 comments on commit 9367929

Please sign in to comment.