https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41879 Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedro.amorim@openfifth.co.u | |k --- Comment #19 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- The noItemsOnBib error (moving a record-level hold to a bib with no items) has no [% CASE %] in request.tt, so it falls through to the generic fallback and shows "Error: noItemsOnBib" instead of a sentence. One-line fix: [% CASE 'noItemsOnBib' %] <span>Target record has no items</span> Not blocking, just flagging for a follow-up. -- You are receiving this mail because: You are watching all bug changes.