Lines 41-48
use Koha::Libraries;
Link Here
|
41 |
use Koha::Patron::Attribute::Types; |
41 |
use Koha::Patron::Attribute::Types; |
42 |
use Koha::Patron::Attributes; |
42 |
use Koha::Patron::Attributes; |
43 |
use Koha::Patron::Images; |
43 |
use Koha::Patron::Images; |
44 |
use Koha::Patron::Modification; |
|
|
45 |
use Koha::Patron::Modifications; |
46 |
use Koha::Patron::Categories; |
44 |
use Koha::Patron::Categories; |
47 |
use Koha::Token; |
45 |
use Koha::Token; |
48 |
use Koha::AuthorisedValues; |
46 |
use Koha::AuthorisedValues; |
49 |
- |
|
|