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

(-)a/reserve/renewscript.pl (-2 / +1 lines)
Lines 96-102 foreach my $itemno (@data) { Link Here
96
my $failedreturn = q{};
96
my $failedreturn = q{};
97
foreach my $barcode (@barcodes) {
97
foreach my $barcode (@barcodes) {
98
98
99
    # check status before renewing issue
99
    # check status before returning issue
100
100
101
    #System Preference Handling During Check-in In Patron Module
101
    #System Preference Handling During Check-in In Patron Module
102
    my $itemnumber;
102
    my $itemnumber;
103
- 

Return to bug 10663