[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 7 07:19:51 CET 2018


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

paxed <pasi.kallinen at joensuu.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pasi.kallinen at joensuu.fi

--- Comment #73 from paxed <pasi.kallinen at joensuu.fi> ---
Comment on attachment 72485
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72485
Bug 15516: Allow to reserve first available item from a group of titles

Couple tiny nitpicks:

1) the JS translation function should have the string in double quotes, so
instead of _('Loading'), use _("Loading")

2) Having separate translatable strings for PART_OF_A and HOLD_GROUP isn't
optimal, because those two always go together. It should perhaps be written as
PART_OF_HOLD_GROUP = _("(part of a %shold group%s)") and then replace the
placeholders with the html code. Even better would be to avoid the html in the
middle of the sentence altogether, by making the whole sentence a link.

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


More information about the Koha-bugs mailing list