View | Details | Raw Unified | Return to bug 33052
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 1564-1570 Link Here
1564
                switch (override_items[itemnumber].holdallowed) {
1564
                switch (override_items[itemnumber].holdallowed) {
1565
                    case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1565
                    case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1566
                    case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1566
                    case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1567
                    case "from_local_hold_group": msg = _("This item normally cannot be put on hold out its' local hold group."); break;
1567
                    case "from_local_hold_group": msg = _("This item normally cannot be put on hold outside of its local hold group."); break;
1568
                }
1568
                }
1569
1569
1570
                msg += "\n\n" + _("Place hold on this item?");
1570
                msg += "\n\n" + _("Place hold on this item?");
1571
- 

Return to bug 33052