View | Details | Raw Unified | Return to bug 29086
Collapse All | Expand All

(-)a/Koha/Biblio.pm (-1 lines)
Lines 31-37 use Koha::DateUtils qw( dt_from_string ); Link Here
31
use base qw(Koha::Object);
31
use base qw(Koha::Object);
32
32
33
use Koha::Acquisition::Orders;
33
use Koha::Acquisition::Orders;
34
use Koha::ArticleRequest::Status;
35
use Koha::ArticleRequests;
34
use Koha::ArticleRequests;
36
use Koha::Biblio::Metadatas;
35
use Koha::Biblio::Metadatas;
37
use Koha::Biblioitems;
36
use Koha::Biblioitems;
(-)a/Koha/Patrons.pm (-2 lines)
Lines 25-31 use Koha::Database; Link Here
25
use Koha::DateUtils qw( dt_from_string );
25
use Koha::DateUtils qw( dt_from_string );
26
26
27
use Koha::ArticleRequests;
27
use Koha::ArticleRequests;
28
use Koha::ArticleRequest::Status;
29
use Koha::Patron;
28
use Koha::Patron;
30
use Koha::Exceptions::Patron;
29
use Koha::Exceptions::Patron;
31
use Koha::Patron::Categories;
30
use Koha::Patron::Categories;
32
- 

Return to bug 29086