22 Mar
2023
22 Mar
'23
2:09 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29099 --- Comment #9 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- [1] The following constructs look quite complicated and does not work: -my $schema = Koha::Database->new()->schema(); -my $item_bundles_rs = Koha::Items->search( - { - 'item_bundles_hosts.item' => { '!=' => undef }, - }, - { - join => 'item_bundles_hosts', - group_by => 'itemnumber', - } -); - -my @item_bundles = $item_bundles_rs->as_list; I am adding a follow-up as proposal to change this code. -- You are receiving this mail because: You are watching all bug changes.