5 Aug
2025
5 Aug
'25
1:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30915 --- Comment #8 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #7)
If method y returns a list and was "Scalared" then you need to add a count to get at the same result. So in that case replace Context.Scalar( $x, $y ) by $x.$y.count. Note that this was probably not used like that, since using Scalar for that is unnecessary complexity for $x.$y.count already.
Hmm. Within TT we should use size here. -- You are receiving this mail because: You are watching all bug changes.