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

(-)a/C4/SIP/ILS/Transaction/Checkout.pm (-1 / +3 lines)
Lines 97-102 sub do_checkout { Link Here
97
                    $noerror = 0;
97
                    $noerror = 0;
98
                    last;
98
                    last;
99
                }
99
                }
100
             } elsif ($confirmation eq 'PREVISSUE') {
101
                $self->screen_msg("This item was previously checked out by you");
102
                last;
100
            } else {
103
            } else {
101
                # We've been returned a case other than those above
104
                # We've been returned a case other than those above
102
                $self->screen_msg("Item cannot be issued: $confirmation");
105
                $self->screen_msg("Item cannot be issued: $confirmation");
103
- 

Return to bug 19457