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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-1 / +3 lines)
Lines 24-29 Link Here
24
            Batch bibliographic record modification
24
            Batch bibliographic record modification
25
        [% CASE "batch_authority_record_modification" %]
25
        [% CASE "batch_authority_record_modification" %]
26
            Batch authority record modification
26
            Batch authority record modification
27
        [% CASE "batch_hold_cancel" %]
28
            Batch hold cancellation
27
        [% CASE # Default case %]
29
        [% CASE # Default case %]
28
            [% job.type | html %]
30
            [% job.type | html %]
29
    [% END %]
31
    [% END %]
Lines 167-172 Link Here
167
                        [% CASE 'batch_biblio_record_deletion' %]Batch bibliographic record record deletion
169
                        [% CASE 'batch_biblio_record_deletion' %]Batch bibliographic record record deletion
168
                        [% CASE 'batch_authority_record_modification' %]Batch authority record modification
170
                        [% CASE 'batch_authority_record_modification' %]Batch authority record modification
169
                        [% CASE 'batch_authority_record_deletion' %]Batch authority record deletion
171
                        [% CASE 'batch_authority_record_deletion' %]Batch authority record deletion
172
                        [% CASE "batch_hold_cancel" %]Batch hold cancellation
170
                        [% CASE %][% job.type | html %]
173
                        [% CASE %][% job.type | html %]
171
                        [% END %]
174
                        [% END %]
172
                    </td>
175
                    </td>
173
- 

Return to bug 23678