[Koha-bugs] [Bug 15922] Show authorized value description in staff client search results for lost, withdrawn, and damaged

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 1 10:12:57 CET 2016


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|Signed Off                  |In Discussion

--- Comment #3 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
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.


More information about the Koha-bugs mailing list