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 101-106 Link Here
101
                                            <li>This item is on hold for another borrower.</li>
101
                                            <li>This item is on hold for another borrower.</li>
102
                                        [% ELSIF error == 'item_denied_renewal' %]
102
                                        [% ELSIF error == 'item_denied_renewal' %]
103
                                            <li>Item renewal is not allowed.</li>
103
                                            <li>Item renewal is not allowed.</li>
104
                                        [% ELSIF error == 'auto_too_soon' %]
105
                                            <li>This item is scheduled for auto renewal.</li>
104
                                        [% END %]
106
                                        [% END %]
105
                                    [% END %]
107
                                    [% END %]
106
                                </ul>
108
                                </ul>
107
- 

Return to bug 26389