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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc (-2 / +1 lines)
Lines 204-210 Link Here
204
    [% CASE 'PATRON_CANT' %]
204
    [% CASE 'PATRON_CANT' %]
205
        <span>Max renewals reached</span>
205
        <span>Max renewals reached</span>
206
    [% CASE 'TOO_MANY' %]
206
    [% CASE 'TOO_MANY' %]
207
        <span>Too many checkout</span>
207
        <span>Too many checkouts</span>
208
    [% CASE 'PREVISSUE' %]
208
    [% CASE 'PREVISSUE' %]
209
        <span>Patron was notified of previous issues</span>
209
        <span>Patron was notified of previous issues</span>
210
    [% CASE 'NOT_FOR_LOAN' %]
210
    [% CASE 'NOT_FOR_LOAN' %]
211
- 

Return to bug 41339