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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-1 / +2 lines)
Lines 587-592 Link Here
587
                                                                        Cannot be transferred to pickup library
587
                                                                        Cannot be transferred to pickup library
588
                                                                    [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
588
                                                                    [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
589
                                                                        Only pickup locations within the same hold group are allowed
589
                                                                        Only pickup locations within the same hold group are allowed
590
                                                                    [% ELSIF itemloo.not_holdable == 'libraryNotPickupLocation' %]
591
                                                                        Library is not a pickup location
590
                                                                    [% ELSE %]
592
                                                                    [% ELSE %]
591
                                                                        [% itemloo.not_holdable | html %]
593
                                                                        [% itemloo.not_holdable | html %]
592
                                                                    [% END %]
594
                                                                    [% END %]
593
- 

Return to bug 27899