From 7d663e1606bf4b6648bb1b5b2128041f3c1cd392 Mon Sep 17 00:00:00 2001 From: Arthur Suzuki <arthur.suzuki@biblibre.com> Date: Thu, 31 Mar 2022 13:37:26 +0000 Subject: [PATCH] Bug 17656: (follow-up) Update DBIC + fix missing C4::Serials functions needed Signed-off-by: David Nind <david@davidnind.com> --- serials/subscription-renew.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serials/subscription-renew.pl b/serials/subscription-renew.pl index 765a8b88304..24b2e883f73 100755 --- a/serials/subscription-renew.pl +++ b/serials/subscription-renew.pl @@ -51,7 +51,7 @@ use C4::Auth qw( get_template_and_user ); use C4::Context; use C4::Auth qw( get_template_and_user ); use C4::Output qw( output_and_exit output_html_with_http_headers ); -use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription ); +use C4::Serials qw( GetSubscription GetSubscriptionLength NewSubscription ReNewSubscription GetSerials GetNextExpected); use C4::Serials::Frequency; use C4::Serials::Numberpattern; use Koha::DateUtils qw( dt_from_string output_pref ); -- 2.34.1