https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25534
--- Comment #97 from Andrew Fuerste-Henry <[email protected]> --- The Template Toolkit notice example given above had the wrong authorised value category value. This will work: [% USE AuthorisedValues %] Reason: [% AuthorisedValues.GetByCode( 'HOLD_CANCELLATION', hold.cancellation_reason, 'IS_OPAC' ) %] [% IF hold.cancellation_reason == "YOUR_CODE" %] IF perhaps you'd like to have a much longer explanation than just the one sentence in the AV description, you can use IF blocks using Template Toolkit markup! [% END %] -- 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/
