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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +4 lines)
Lines 338-347 Link Here
338
                                Not holdable
338
                                Not holdable
339
                            [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
339
                            [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
340
                                Patron is from different library
340
                                Patron is from different library
341
                            [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
342
                                Cannot place hold from patrons's library
341
                            [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
343
                            [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
342
                                Patron already has hold for this item
344
                                Patron already has hold for this item
343
                            [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
345
                            [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
344
                                Cannot be transferred to pickup library
346
                                Cannot be transferred to pickup library
347
                            [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
348
                                Pickup library is not in hold group
345
                            [% ELSE %]
349
                            [% ELSE %]
346
                                [% itemloo.not_holdable | html %]
350
                                [% itemloo.not_holdable | html %]
347
                            [% END %]
351
                            [% END %]
348
- 

Return to bug 22284