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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org
             Status|Signed Off                  |In Discussion

--- Comment #3 from Jonathan Druart <[email protected]> 
---
I am not sure about this patch:
There are some other places where the string is hardcoded, at least:
catalogue/moredetail.tt
 77                 [% IF ( ITEM_DAT.itemlost ) %]Lost[% END %]
 78                 [% IF ( ITEM_DAT.damaged ) %]Damaged[% END %]
 79                 [% IF ( ITEM_DAT.withdrawn ) %]Withdrawn[% END %]

catalogue/detail.tt
 662                         [% IF ( item.withdrawn ) %]
 663                             <span class="wdn">Withdrawn</span>
 664                         [% END %]

And using the AV, the string is no longer translatable.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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