@@ -, +, @@ --- .../prog/en/modules/tools/batchMod-del.tt | 3 ++- .../prog/en/modules/tools/batchMod-edit.tt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt @@ -12,6 +12,7 @@ // Prepare array of all column headers, incrementing each index by // two to accomodate control and title columns var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); +console.log(allColumns); for( x=0; xShow/hide columns: [% FOREACH item_header_loo IN item_header_loop %] - + [% END %]

--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt @@ -12,6 +12,7 @@ // Prepare array of all column headers, incrementing each index by // two to accomodate control and title columns var allColumns = new Array([% FOREACH item_header_loo IN item_header_loop %]'[% loop.count %]'[% UNLESS ( loop.last ) %],[% END %][% END %]); +console.log(allColumns); for( x=0; xShow/hide columns: [% FOREACH item_header_loo IN item_header_loop %] - + [% END %]

--