Lines 2008-2014
sub _koha_notify_reserve {
Link Here
|
2008 |
'reserves' => $hold->unblessed, |
2008 |
'reserves' => $hold->unblessed, |
2009 |
'items' => $hold->itemnumber, |
2009 |
'items' => $hold->itemnumber, |
2010 |
}, |
2010 |
}, |
2011 |
substitute => { today => output_pref( { dt => dt_from_string, dateonly => 1 } ) }, |
|
|
2012 |
); |
2011 |
); |
2013 |
|
2012 |
|
2014 |
my $notification_sent = 0; #Keeping track if a Hold_filled message is sent. If no message can be sent, then default to a print message. |
2013 |
my $notification_sent = 0; #Keeping track if a Hold_filled message is sent. If no message can be sent, then default to a print message. |
2015 |
- |
|
|