Bugzilla – Attachment 148951 Details for
Bug 32970
Allow export of batch item modification results in background jobs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32970: (follow-up) Move include to specific job file
Bug-32970-follow-up-Move-include-to-specific-job-f.patch (text/plain), 1.51 KB, created by
Nick Clemens (kidclamp)
on 2023-03-30 07:55:51 UTC
(
hide
)
Description:
Bug 32970: (follow-up) Move include to specific job file
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-03-30 07:55:51 UTC
Size:
1.51 KB
patch
obsolete
>From 2308c92b888486caa6e7c5a71ef63e7e41c6b76f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 30 Mar 2023 07:54:51 +0000 >Subject: [PATCH] Bug 32970: (follow-up) Move include to specific job file > >--- > .../includes/background_jobs/batch_item_record_modification.inc | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 1 - > 2 files changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >index 4e5d532ea2..d743d929cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc >@@ -1,4 +1,5 @@ > [% USE Koha %] >+[% INCLUDE 'columns_settings.inc' %] > > [% BLOCK report %] > [% SET report = job.report %] >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 8bcbc35579..c482d0d74c 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 >@@ -4,7 +4,6 @@ > [% USE KohaDates %] > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %] >-[% INCLUDE 'columns_settings.inc' %] > <title> > [% IF op == 'view' %] > Details of job #[% job.id | html %] › >-- >2.30.2
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 32970
:
146691
|
147965
|
148950
|
148951
|
149398
|
149399