13 Aug
2024
13 Aug
'24
3:30 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37628 --- Comment #2 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Created attachment 170265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170265&action=edit Bug 37628: (follow-up) Remove get_opac_news_by_id Keep the same behaviour, but wondering why we don't return 'content' when there is no match. ie. + is( $additional_contents, undef ); should certainly be + is( $additional_contents->{content}->count, 0 ); WNC amended patch - tidied Signed-off-by: Nick Clemens <nick@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.