]> git.koha-community.org Git - koha.git/commit
Bug 15451: (followup) fix filename extension for csv file
authorBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Thu, 28 Apr 2016 01:28:08 +0000 (22:28 -0300)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:20:01 +0000 (23:20 +1200)
commit8343b56ab1f93dce3f3d58d7d10907e442be3125
tree8cced5f4608d1b727176e950e9be9ac83cd50640
parentde90787db6c9eae54062ea6a795c4a6fde4389bf
Bug 15451: (followup) fix filename extension for csv file

This patch does the same as basket/downloadcart.pl
to set '.csv' as filename extension for downloadshelf.pl

To test:
1) Define a CSV MARC profile
2) On staff download a list, extension is '.NN'
with 'NN' the CSV profile id.
3) Apply the patch
4) Download again, check extension is now '.csv'

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
virtualshelves/downloadshelf.pl