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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-5 / +2 lines)
Lines 206-212 Link Here
206
                        <span>[% fail.hold_id | html %]</span>
206
                        <span>[% fail.hold_id | html %]</span>
207
                        [% SWITCH fail.error %]
207
                        [% SWITCH fail.error %]
208
                        [% CASE 'cannotReserveFromOtherBranches' %]
208
                        [% CASE 'cannotReserveFromOtherBranches' %]
209
                            <span>Target item cannot be reserved from other branches</span>
209
                            <span>Target item cannot be placed on hold from other libraries</span>
210
                        [% CASE 'ageRestricted' %]
210
                        [% CASE 'ageRestricted' %]
211
                            <span>The target record and/or items are age restricted</span>
211
                            <span>The target record and/or items are age restricted</span>
212
                        [% CASE 'alreadypossession' %]
212
                        [% CASE 'alreadypossession' %]
Lines 219-226 Link Here
219
                            <span>Target item has too many holds placed on it</span>
219
                            <span>Target item has too many holds placed on it</span>
220
                        [% CASE 'notReservable' %]
220
                        [% CASE 'notReservable' %]
221
                            <span>Target item is not reservable</span>
221
                            <span>Target item is not reservable</span>
222
                        [% CASE 'cannotReserveFromOtherBranches' %]
223
                            <span>Target item cannot be placed on reserve for this branch</span>
224
                        [% CASE 'branchNotInHoldGroup' %]
222
                        [% CASE 'branchNotInHoldGroup' %]
225
                            <span>Tagret item is not in the local hold group</span>
223
                            <span>Tagret item is not in the local hold group</span>
226
                        [% CASE 'notforloan' %]
224
                        [% CASE 'notforloan' %]
Lines 1607-1613 Link Here
1607
            tooManyReservesToday: _("Daily hold limit reached for patron"),
1605
            tooManyReservesToday: _("Daily hold limit reached for patron"),
1608
            tooManyReserves: _("Too many holds"),
1606
            tooManyReserves: _("Too many holds"),
1609
            notReservable: _("Not holdable"),
1607
            notReservable: _("Not holdable"),
1610
            noReservesAllowed: _("No reserves allowed"),
1608
            noReservesAllowed: _("No holds allowed"),
1611
            cannotReserveFromOtherBranches: _("Patron is from different library"),
1609
            cannotReserveFromOtherBranches: _("Patron is from different library"),
1612
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1610
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1613
            cannotBeTransferred: _("Cannot be transferred to pickup library"),
1611
            cannotBeTransferred: _("Cannot be transferred to pickup library"),
1614
- 

Return to bug 41395