|
Lines 435-440
sub renew {
Link Here
|
| 435 |
$trans->screen_msg("Renewals not allowed."); |
435 |
$trans->screen_msg("Renewals not allowed."); |
| 436 |
return $trans; |
436 |
return $trans; |
| 437 |
} |
437 |
} |
|
|
438 |
# pass fee_ack to the transaction |
| 439 |
if ($fee_ack) { |
| 440 |
$trans->fee_ack($fee_ack); |
| 441 |
} |
| 438 |
|
442 |
|
| 439 |
# Previously: renewing a title, rather than an item (sort of) |
443 |
# Previously: renewing a title, rather than an item (sort of) |
| 440 |
# This is gross, but in a real ILS it would be better |
444 |
# This is gross, but in a real ILS it would be better |
| 441 |
- |
|
|