@@ -, +, @@ --- serials/showpredictionpattern.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/serials/showpredictionpattern.pl +++ a/serials/showpredictionpattern.pl @@ -34,7 +34,7 @@ use CGI qw ( -utf8 ); use Date::Calc qw( Add_Delta_Days Add_Delta_YM Day_of_Week Delta_Days ); use C4::Auth qw( get_template_and_user ); use C4::Output qw( output_html_with_http_headers ); -use C4::Serials qw( GetSubscription GetFictiveIssueNumber GetSeq GetSubscriptionIrregularities GetNextDate GetNextSeq ); +use C4::Serials qw( GetSubscription GetFictiveIssueNumber GetSeq GetSubscriptionIrregularities GetNextDate GetNextSeq issue_number ); use C4::Serials::Frequency; use Koha::DateUtils qw( dt_from_string output_pref ); --