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:
parent
508ef298f7
commit
30235697fe
1 changed files with 3 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue