@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 2 -- 1 file changed, 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt @@ -174,7 +174,6 @@ Type Queued Started - Ended Actions @@ -191,7 +190,6 @@ [% job.enqueued_on | $KohaDates with_hours = 1 %] [% job.started_on| $KohaDates with_hours = 1 %] - [% job.ended_on| $KohaDates with_hours = 1 %] View [% IF job.status == 'new' || job.status == 'started' %] --