https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14962
--- Comment #111 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194312&action=edit Bug 14962: (QA follow-up) Add date_remove filter to active_display_item active_display_item() was missing a date_remove check, unlike active_display() which correctly excludes expired display items. This method is called from C4::Circulation::AddReturn to decide whether to apply display_return_over logic. Without the filter, items past their date_remove date would still trigger removal logic even though every other part of the system treats them as no longer on display. Sponsored-by: ByWater Solutions Signed-of-by: Martin Renvoize <[email protected]> -- 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/
