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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +4 lines)
Lines 587-592 Link Here
587
                                                                        Patron already has hold for this item
587
                                                                        Patron already has hold for this item
588
                                                                    [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
588
                                                                    [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
589
                                                                        Cannot be transferred to pickup library
589
                                                                        Cannot be transferred to pickup library
590
                                                                    [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
591
                                                                        Only pickup locations within the same hold group are allowed
590
                                                                    [% ELSE %]
592
                                                                    [% ELSE %]
591
                                                                        [% itemloo.not_holdable | html %]
593
                                                                        [% itemloo.not_holdable | html %]
592
                                                                    [% END %]
594
                                                                    [% END %]
Lines 1012-1018 Link Here
1012
            notReservable: _("Not holdable"),
1014
            notReservable: _("Not holdable"),
1013
            cannotReserveFromOtherBranches: _("Patron is from different library"),
1015
            cannotReserveFromOtherBranches: _("Patron is from different library"),
1014
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1016
            itemAlreadyOnHold: _("Patron already has hold for this item"),
1015
            cannotBeTransferred: _("Cannot be transferred to pickup library")
1017
            cannotBeTransferred: _("Cannot be transferred to pickup library"),
1018
            pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1016
        }
1019
        }
1017
        columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1020
        columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1018
1021
1019
- 

Return to bug 27071