[Koha-bugs] [Bug 9140] Untranslatable strings in item circulation history

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 26 16:32:27 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9140

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 13682
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13682&action=edit
Bug 9140 - Untranslatable strings in item circulation history

This patch removes the text of a message from the script
to the template. The lastmove sub now returns either the date
or 0, and the template displays the "no transfers" message
if the date doesn't exist.

To test, view the circulation history for items which
do and do not have a transfer history. A date should be displayed
for items which have a transfer history. A messages should
be displayed for those which do not.

This patch also adds a <span> around the text "Never" which
was not getting picked up by the translation script. To test
this change, run "perl translate update <lang>" from misc/translator,
then check if the string shows up in the po file. (Thanks kf!)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list