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

(-)a/Koha/ILL/Backend/Standard.pm (-2 lines)
Lines 24-30 use C4::Installer; Link Here
24
24
25
use Koha::DateUtils qw/ dt_from_string /;
25
use Koha::DateUtils qw/ dt_from_string /;
26
use Koha::I18N      qw(__);
26
use Koha::I18N      qw(__);
27
use Koha::ILL::Request;
28
use Koha::ILL::Requests;
27
use Koha::ILL::Requests;
29
use Koha::ILL::Request::Attribute;
28
use Koha::ILL::Request::Attribute;
30
use C4::Biblio  qw( AddBiblio );
29
use C4::Biblio  qw( AddBiblio );
31
- 

Return to bug 36197