https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Nick Clemens <[email protected]> --- You are deciding which way to sort based on: $self->search({ select => ["enumchron IS NOT NULL"] The original routine based it upon: $serial Which was a join between items->serialitems->serial I do not believe testing for enumchron is the same result - many libraries use the enumchron for other purposes. Probably a count of serial items would suffice? -- 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/
