https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39679

--- Comment #16 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to