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

(-)a/circ/branchtransfers.pl (-2 / +1 lines)
Lines 214-220 foreach my $code ( keys %$messages ) { Link Here
214
            }
214
            }
215
        }
215
        }
216
        $err{errdesteqholding} = ( $code eq 'DestinationEqualsHolding' );
216
        $err{errdesteqholding} = ( $code eq 'DestinationEqualsHolding' );
217
        push( @errmsgloop, \%err );
217
        push( @errmsgloop, \%err ) unless ( $code eq 'ResFound' );
218
    }
218
    }
219
}
219
}
220
220
221
- 

Return to bug 27064