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

(-)a/reserve/request.pl (-2 / +1 lines)
Lines 726-732 $template->param(borrowernumber => $borrowernumber_hold); Link Here
726
726
727
$template->param( failed_holds => \@failed_holds );
727
$template->param( failed_holds => \@failed_holds );
728
728
729
# Show hold cancelation reason only if notice exists
729
# Show hold cancellation reason only if notice exists
730
my $cancel_notify_templates = Koha::Notice::Templates->search({ module => 'reserves', code => 'HOLD_CANCELLATION' });
730
my $cancel_notify_templates = Koha::Notice::Templates->search({ module => 'reserves', code => 'HOLD_CANCELLATION' });
731
my $cancel_notice_branches;
731
my $cancel_notice_branches;
732
while ( my $notice = $cancel_notify_templates->next ) {
732
while ( my $notice = $cancel_notify_templates->next ) {
733
- 

Return to bug 26282