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

(-)a/C4/Reserves.pm (-1 / +3 lines)
Lines 2008-2013 sub _koha_notify_reserve { Link Here
2008
            message_name => 'Hold_Filled'
2008
            message_name => 'Hold_Filled'
2009
    } );
2009
    } );
2010
2010
2011
    #The Borrower can opt out from any notifications. This is explicit rejection.
2012
    return if $messagingprefs->{transports}->{none};
2013
2011
    my $sth = $dbh->prepare("
2014
    my $sth = $dbh->prepare("
2012
        SELECT *
2015
        SELECT *
2013
        FROM   reserves
2016
        FROM   reserves
2014
- 

Return to bug 5501