Bug 30462: Remove 'Ended' column for current jobs
This column will always be empty Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
af965277f8
commit
e0363127a4
1 changed files with 0 additions and 2 deletions
|
@ -174,7 +174,6 @@
|
|||
<th>Type</th>
|
||||
<th>Queued</th>
|
||||
<th>Started</th>
|
||||
<th>Ended</th>
|
||||
<th class="noExport">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -191,7 +190,6 @@
|
|||
</td>
|
||||
<td>[% job.enqueued_on | $KohaDates with_hours = 1 %]</td>
|
||||
<td>[% job.started_on| $KohaDates with_hours = 1 %]</td>
|
||||
<td>[% job.ended_on| $KohaDates with_hours = 1 %]</td>
|
||||
<td class="actions">
|
||||
<a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=[% job.id | html %]"><i class="fa fa-eye"></i> View</a>
|
||||
[% IF job.status == 'new' || job.status == 'started' %]
|
||||
|
|
Loading…
Reference in a new issue