@@ -, +, @@ - Try to export claims as CSV and verify that the layout change didn't break the functionality. - Decide if you like the change or not :) --- .../prog/en/modules/serials/claims.tt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt @@ -297,17 +297,16 @@ [% END %] - [% IF csv_profiles %] -

- Export selected items data - using the following csv profile: - [% FOR csv IN csv_profiles %] - [% END %] + [% END %] -

- [% END %] + + +[% END %] [% IF ( letter ) %]
--