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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +2 lines)
Lines 93-98 Link Here
93
                                            <li>This item is on hold for another borrower.</li>
93
                                            <li>This item is on hold for another borrower.</li>
94
                                        [% ELSIF error == 'item_denied_renewal' %]
94
                                        [% ELSIF error == 'item_denied_renewal' %]
95
                                            <li>Item renewal is not allowed.</li>
95
                                            <li>Item renewal is not allowed.</li>
96
                                        [% ELSIF error == 'auto_too_soon' %]
97
                                            <li>This item is scheduled for auto renewal.</li>
96
                                        [% END %]
98
                                        [% END %]
97
                                    [% END %]
99
                                    [% END %]
98
                                </ul>
100
                                </ul>
99
- 

Return to bug 26389