12 May
2025
12 May
'25
9:27 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- The correct solution here is to use the I18 TT plugin <option selected="selected" value=""> [%- IF ( hold.barcodenumber ) -%] [% tx("Only item {barcode}", {barcode: hold.barcodenumber}) %] [%- ELSE -%] [% t("Only item [No barcode]") %] [%- END -%] </option> -- You are receiving this mail because: You are watching all bug changes.