|
Lines 32-37
use Exception::Class (
Link Here
|
| 32 |
isa => 'Koha::Exceptions::Hold', |
32 |
isa => 'Koha::Exceptions::Hold', |
| 33 |
description => 'The supplied pickup location is not valid' |
33 |
description => 'The supplied pickup location is not valid' |
| 34 |
} |
34 |
} |
|
|
35 |
'Koha::Exceptions::Hold::NotAtPickupLocation' => { |
| 36 |
isa => 'Koha::Exceptions::Hold', |
| 37 |
description => "Hold can't be set waiting for an item that is not at pickup location" |
| 38 |
} |
| 35 |
); |
39 |
); |
| 36 |
|
40 |
|
| 37 |
sub full_message { |
41 |
sub full_message { |