Bug 28445: Don't display the items if not finished yet

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Jonathan Druart 2021-07-28 09:46:45 +02:00
parent 508ef298f7
commit 30235697fe

View file

@ -30,7 +30,9 @@
</div>
[% END %]
[% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %]
[% IF items.size %]
[% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %]
[% END %]
[% END %]
[% BLOCK js %]