https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29099
--- Comment #10 from Marcel de Rooy <[email protected]> --- General observation: + $item_bundle->_result->add_to_item_bundles_hosts({ item => $item1->itemnumber }); + $item_bundle->_result->add_to_item_bundles_hosts({ item => $item2->itemnumber }); If those were the first lines introducing ->result->add_to_$rel, I might say something about Koha objects. But apparently the door has been opened already for more of those ;) -- 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/
