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

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

Return to bug 19457