https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41879
Pedro Amorim (ammopt) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |k --- Comment #19 from Pedro Amorim (ammopt) <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
