MT2636 : Send a different notification whether an hold has been made from OPAC or...
[koha.git] / C4 / SIP / ILS / Transaction / Hold.pm
index 6965753..5781fdc 100644 (file)
@@ -69,7 +69,7 @@ sub do_hold {
        }
        my $bibno = $bib->{biblionumber};
        AddReserve($branch, $borrower->{borrowernumber}, 
-                               $bibno, 'a', GetBiblioItemByBiblioNumber($bibno)) ;
+                               $bibno, 'a', GetBiblioItemByBiblioNumber($bibno), "opac") ;
                # unfortunately no meaningful return value
        $self->ok(1);
        return $self;