View | Details | Raw Unified | Return to bug 28445
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background_jobs/batch_item_record_modification.inc (-2 / +1 lines)
Lines 33-39 Link Here
33
    [% END %]
33
    [% END %]
34
34
35
    [% IF too_many_items_display %]
35
    [% IF too_many_items_display %]
36
        <p>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.</p>
36
        <p>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.</p>
37
    [% ELSIF items.size %]
37
    [% ELSIF items.size %]
38
        [% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %]
38
        [% PROCESS items_table_batchmod headers => item_header_loop, items => items, display_columns_selection => 1 %]
39
    [% END %]
39
    [% END %]
40
- 

Return to bug 28445