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

(-)a/C4/SIP/ILS/Transaction/Hold.pm (-2 / +1 lines)
Lines 54-60 sub do_hold { Link Here
54
        $self->ok(0);
54
        $self->ok(0);
55
        return $self;
55
        return $self;
56
    }
56
    }
57
    my $branch = ( $self->pickup_location || $self->{patron}->branchcode );
57
    my $branch = ( $self->pickup_location || $self->{patron}->{branchcode} );
58
    unless ($branch) {
58
    unless ($branch) {
59
        $self->screen_msg('No branch specified (or found w/ patron).');
59
        $self->screen_msg('No branch specified (or found w/ patron).');
60
        $self->ok(0);
60
        $self->ok(0);
61
- 

Return to bug 22540