[Bug 15516] Allow to place a hold on first available item from a group of titles
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 paxed <pasi.kallinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen@joensuu.fi --- Comment #73 from paxed <pasi.kallinen@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org