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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +3 lines)
Lines 129-134 Link Here
129
129
130
                                <p>Item is not allowed renewal.</p>
130
                                <p>Item is not allowed renewal.</p>
131
131
132
                            [% ELSIF error == "onsite_checkout" %]
133
                                <p>Item cannot be renewed because it's an onsite checkout</p>
134
132
                            [% ELSE %]
135
                            [% ELSE %]
133
136
134
                                [% error | html %]
137
                                [% error | html %]
135
- 

Return to bug 22054