Bugzilla – Attachment 125579 Details for
Bug 23678
Cancel holds in bulk
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23678: Don't display code of the job type
Bug-23678-Dont-display-code-of-the-job-type.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2021-10-01 08:41:07 UTC
(
hide
)
Description:
Bug 23678: Don't display code of the job type
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-10-01 08:41:07 UTC
Size:
1.47 KB
patch
obsolete
>From 9b598e95e4f417f213f0e4e85089a1657c9cdc1f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 1 Oct 2021 10:40:49 +0200 >Subject: [PATCH] Bug 23678: Don't display code of the job type > >--- > .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >index 7170a2ff7c3..a1312d2239b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >@@ -24,6 +24,8 @@ > Batch bibliographic record modification > [% CASE "batch_authority_record_modification" %] > Batch authority record modification >+ [% CASE "batch_hold_cancel" %] >+ Batch hold cancellation > [% CASE # Default case %] > [% job.type | html %] > [% END %] >@@ -275,6 +277,7 @@ > [% SWITCH job.type %] > [% CASE 'batch_biblio_record_modification' %]Batch bibliographic record modification > [% CASE 'batch_authority_record_modification' %]Batch authority record modification >+ [% CASE "batch_hold_cancel" %]Batch hold cancellation > [% CASE %][% job.type | html %] > [% END %] > </td> >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23678
:
118338
|
118553
|
120265
|
123185
|
123186
|
123187
|
125404
|
125405
|
125406
|
125470
|
125577
|
125578
|
125579
|
125589
|
125590
|
125600
|
125627
|
125628
|
125629
|
125631