https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175
--- Comment #394 from Marcel de Rooy <[email protected]> --- Not from this report, but very related: $self->{_components} = $results if ( defined($results) && scalar(@$results) ); } return $self->{_components} || []; Why do we save these component parts in the object and not use them later (if we would call again)? -- 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/
