18 Apr
2023
18 Apr
'23
3:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33497 --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- +my $items = $biblio->items({ host_items => 1 })->search_ordered( $params, { prefetch => ['issue','branchtransfers'] } ); [...] +$dat->{'count'} = $biblio->items({ host_items => 1 })->count; +$dat->{'showncount'} = $items->count; Are not we going to always get count == showncount? -- You are receiving this mail because: You are watching all bug changes.