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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/action-logs.inc (-1 / +8 lines)
Lines 191-196 Link Here
191
        <span>Patron had debt</span>
191
        <span>Patron had debt</span>
192
    [% CASE 'USERBLOCKEDOVERDUE' %]
192
    [% CASE 'USERBLOCKEDOVERDUE' %]
193
        <span>Patron had overdues</span>
193
        <span>Patron had overdues</span>
194
    [% CASE 'USERBLOCKEDNOENDDATE' %]
195
        <span>Patron had an indefinite restriction</span>
194
    [% CASE 'ADDITIONAL_MATERIALS' %]
196
    [% CASE 'ADDITIONAL_MATERIALS' %]
195
        <span>Additional materials were confirmed</span>
197
        <span>Additional materials were confirmed</span>
196
    [% CASE 'RENEW_ISSUE' %]
198
    [% CASE 'RENEW_ISSUE' %]
Lines 251-256 Link Here
251
        <span>Override auto-renew too much owing restriction</span>
253
        <span>Override auto-renew too much owing restriction</span>
252
    [% CASE 'OVERRIDDEN' %]
254
    [% CASE 'OVERRIDDEN' %]
253
        <span>Restriction overridden temporarily</span>
255
        <span>Restriction overridden temporarily</span>
256
    [% CASE 'CURRENTISSUE' %]
257
        <span>Item is currently checked out to this patron</span>
258
    [% CASE 'UNSEEN' %]
259
        <span>Unseen renewal</span>
260
    [% CASE 'SEEN' %]
261
        <span>Seen renewal</span>
254
    [% CASE %]
262
    [% CASE %]
255
        <span>[% override | html %]</span>
263
        <span>[% override | html %]</span>
256
    [% END %]
264
    [% END %]
257
- 

Return to bug 40866