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

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

Return to bug 27064