|
Lines 123-128
use Koha::Exceptions::Checkout;
Link Here
|
| 123 |
use Koha::Plugins; |
123 |
use Koha::Plugins; |
| 124 |
use Koha::Recalls; |
124 |
use Koha::Recalls; |
| 125 |
use Koha::Library::Hours; |
125 |
use Koha::Library::Hours; |
|
|
126 |
use Koha::Library::FloatLimits; |
| 126 |
use Carp qw( carp ); |
127 |
use Carp qw( carp ); |
| 127 |
use List::MoreUtils qw( any ); |
128 |
use List::MoreUtils qw( any ); |
| 128 |
use Scalar::Util qw( looks_like_number blessed ); |
129 |
use Scalar::Util qw( looks_like_number blessed ); |
| 129 |
- |
|
|