https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31306 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #7 from Nick Clemens <nick@bywatersolutions.com> --- 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.