Lines 18-24
use C4::SIP::ILS::Transaction::Renew;
Link Here
|
18 |
use C4::SIP::ILS::Transaction::RenewAll; |
18 |
use C4::SIP::ILS::Transaction::RenewAll; |
19 |
use C4::SIP::ILS::Transaction; |
19 |
use C4::SIP::ILS::Transaction; |
20 |
use C4::SIP::Sip qw( siplog ); |
20 |
use C4::SIP::Sip qw( siplog ); |
|
|
21 |
|
22 |
use Koha::Account; |
23 |
use Koha::Account::Lines; |
21 |
use Koha::DateUtils qw( dt_from_string output_pref ); |
24 |
use Koha::DateUtils qw( dt_from_string output_pref ); |
|
|
25 |
use Koha::Items; |
26 |
use Koha::Libraries; |
27 |
use Koha::Number::Price; |
22 |
|
28 |
|
23 |
my %supports = ( |
29 |
my %supports = ( |
24 |
'magnetic media' => 1, |
30 |
'magnetic media' => 1, |
25 |
- |
|
|