|
Lines 1982-1987
sub _koha_notify_reserve {
Link Here
|
| 1982 |
message_name => 'Hold_Filled' |
1982 |
message_name => 'Hold_Filled' |
| 1983 |
} ); |
1983 |
} ); |
| 1984 |
|
1984 |
|
|
|
1985 |
#The Borrower can opt out from any notifications. This is explicit rejection. |
| 1986 |
return if $messagingprefs->{transports}->{none}; |
| 1987 |
|
| 1985 |
my $sth = $dbh->prepare(" |
1988 |
my $sth = $dbh->prepare(" |
| 1986 |
SELECT * |
1989 |
SELECT * |
| 1987 |
FROM reserves |
1990 |
FROM reserves |
| 1988 |
- |
|
|