https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36981
--- Comment #11 from Baptiste Wojtkowski (bwoj) <[email protected]> --- Sry for taking long time to answer, needed to reproduce the pb I did not experiences myself ^^ When loading subscription-details.pl, it computes every occurrence of each record, so if the number of records is too high, it will compute every single occurrence, which may take time. It's not an infinite loop but it can be very long. I think this comes from here: > 68 > 69 my ($totalissues,@serialslist) = GetSerials($subscriptionid); > 70 $totalissues-- if $totalissues; # the -1 is to have 0 if this is a new > > subscription (only 1 issue) > 71 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
