https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41017
--- Comment #26 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #22) > I am sorry, but this still doesn't work as expected and the text was changed > to the simpler 'on hold' before in the cases it did show. Can you please > have another look? Same for me! :D I have applied the patches, reset_all. 3 overdue checkouts for edna MariaDB [koha_kohadev]> select borrowernumber, itemnumber, date_due from issues; +----------------+------------+---------------------+ | borrowernumber | itemnumber | date_due | +----------------+------------+---------------------+ | 5 | 1 | 2026-05-01 23:59:00 | | 5 | 12 | 2026-05-01 23:59:00 | | 5 | 19 | 2026-05-01 23:59:00 | +----------------+------------+---------------------+ On hold for Henry: MariaDB [koha_kohadev]> select itemnumber, borrowernumber from reserves; +------------+----------------+ | itemnumber | borrowernumber | +------------+----------------+ | 19 | 19 | | 12 | 19 | | 1 | 19 | +------------+----------------+ The sysprefs: +----------------------------+-------+ | variable | value | +----------------------------+-------+ | AllowRenewalLimitOverride | 1 | | AllowRenewalOnHoldOverride | 0 | | OverduesBlockRenewing | block | +----------------------------+-------+ So we are in ``` Combination A: - AllowRenewalLimitOverride = Allow - AllowRenewalOnHoldOverride = Not allow - OverduesBlockRenewing = block renewing for all - All items show "no renewal allowed: overdue, 'on hold' is missing. ``` => I do see the "on hold": https://snipboard.io/MGSpz0.jpg -- 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/
