@@ -, +, @@ --- .../background_jobs/batch_item_record_modification.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc @@ -30,7 +30,9 @@ [% 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 %] --