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

(-)a/serials/subscription-renew.pl (-2 / +1 lines)
Lines 52-58 use C4::Auth qw( get_template_and_user ); Link Here
52
use C4::Context;
52
use C4::Context;
53
use C4::Auth qw( get_template_and_user );
53
use C4::Auth qw( get_template_and_user );
54
use C4::Output qw( output_and_exit output_html_with_http_headers );
54
use C4::Output qw( output_and_exit output_html_with_http_headers );
55
use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription );
55
use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription GetSerials GetNextExpected);
56
use C4::Serials::Frequency;
56
use C4::Serials::Frequency;
57
use C4::Serials::Numberpattern;
57
use C4::Serials::Numberpattern;
58
use Koha::DateUtils qw( dt_from_string output_pref );
58
use Koha::DateUtils qw( dt_from_string output_pref );
59
- 

Return to bug 17656