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

(-)a/circ/transferstoreceive.pl (-2 / +1 lines)
Lines 121-127 while ( my $library = $libraries->next ) { Link Here
121
        }
121
        }
122
122
123
        # 		If we have a return of reservloop we put it in the branchloop sequence
123
        # 		If we have a return of reservloop we put it in the branchloop sequence
124
        $branchloop{'reserv'} = \@transferloop;
124
        $branchloop{'reserve'} = \@transferloop;
125
    }
125
    }
126
    push( @branchesloop, \%branchloop ) if %branchloop;
126
    push( @branchesloop, \%branchloop ) if %branchloop;
127
}
127
}
128
- 

Return to bug 39325