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

(-)a/serials/routing-preview.pl (-8 lines)
Lines 73-85 if($ok){ Link Here
73
    $library = Koha::Libraries->find($branchcode);
73
    $library = Koha::Libraries->find($branchcode);
74
74
75
	if (C4::Context->preference('RoutingListAddReserves')){
75
	if (C4::Context->preference('RoutingListAddReserves')){
76
		# get existing reserves .....
77
78
        my $holds = $biblio->current_holds;
79
        my $count = $holds->count;
80
        while ( my $hold = $holds->next ) {
81
            $count-- if $hold->is_waiting;
82
        }
83
		my $notes;
76
		my $notes;
84
		my $title = $subs->{'bibliotitle'};
77
		my $title = $subs->{'bibliotitle'};
85
        for my $routing ( @routinglist ) {
78
        for my $routing ( @routinglist ) {
86
- 

Return to bug 31335