http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13308 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 33740 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33740&action=edit Bug 13308: The output format should be 'iso2709' instead of 'marc' In the template of the export tools, the value 'marc' is set for the 'format' variable. It should be 'iso2709'. There was a mess in the tools/export.pl script. 2 variables did the same thing: $format and $output_format This patch fixes that replacing $format with $output_format Test plan: Try to export biblio in iso2709 and csv using the export tools and from the checkout list. -- You are receiving this mail because: You are watching all bug changes.