|
Lines 51-57
use C4::Auth qw( get_template_and_user );
Link Here
|
| 51 |
use C4::Context; |
51 |
use C4::Context; |
| 52 |
use C4::Auth qw( get_template_and_user ); |
52 |
use C4::Auth qw( get_template_and_user ); |
| 53 |
use C4::Output qw( output_and_exit output_html_with_http_headers ); |
53 |
use C4::Output qw( output_and_exit output_html_with_http_headers ); |
| 54 |
use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription ); |
54 |
use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription GetSerials GetNextExpected); |
| 55 |
use C4::Serials::Frequency; |
55 |
use C4::Serials::Frequency; |
| 56 |
use C4::Serials::Numberpattern; |
56 |
use C4::Serials::Numberpattern; |
| 57 |
use Koha::DateUtils qw( dt_from_string output_pref ); |
57 |
use Koha::DateUtils qw( dt_from_string output_pref ); |
| 58 |
- |
|
|