16 May
2022
16 May
'22
6:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29768 --- Comment #16 from Joonas Kylmälä <joonas.kylmala@iki.fi> --- (In reply to Emmi Takkinen from comment #14)
(In reply to Joonas Kylmälä from comment #12)
1. Modify the last patch from here to support in addition no_html = 1 parameter correctly in patron-title.inc (the current support is only partly done...)
Hmm, so should there be something like this:
[%- IF !no_html AND ( display_patron_name OR display_cardnumber ) -%]
Yeah, and I think you got the if statement here right. IF no_html==0 basically, I don't quite remember the correct syntax for template toolkit. -- You are receiving this mail because: You are watching all bug changes.