@@ -, +, @@ too many to display --- .../includes/background_jobs/batch_item_record_modification.inc | 2 +- 1 file changed, 1 insertion(+), 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 @@ -33,7 +33,7 @@ [% END %] [% IF too_many_items_display %] -

Too many items ([% too_many_items_display | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.

+

Too many items ([% report.modified_itemnumbers.size | html %]): You have edited more than [% Koha.Preference('MaxItemsToDisplayForBatchMod') | html %] items in a batch, items will not be shown.

[% ELSIF items.size %] [% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %] [% END %] --