4 Sep
2025
4 Sep
'25
10:09 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28702 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- - } elsif ( $item->holds->waiting->count ) { + } elsif ( $item->_result->reserves->count && $item->holds->waiting->count ) { $status = 'other'; Any good reasons to not use $item->holds->count instead of $item->_result->reserves->count? -- You are receiving this mail because: You are watching all bug changes.