@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 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 @@ -55,9 +55,9 @@
  • [% job.status | html %]
  • [% job.progress || 0 | html %] / [% job.size | html %]
  • [% job.type | html %]
  • -
  • [% job.enqueued_on | html %]
  • -
  • [% job.started_on | html %]
  • -
  • [% job.ended_on | html %]
  • +
  • [% job.enqueued_on | html %]
  • +
  • [% job.started_on | html %]
  • +
  • [% job.ended_on | html %]
  • [% SWITCH job.type %] [% CASE 'batch_biblio_record_modification' %] --