|
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' && ( C4::Context->preference('CheckPrevCheckout') eq "softyes" || C4::Context->preference('CheckPrevCheckout') eq "yes" )) { |
| 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 |
- |
|
|