]> git.koha-community.org Git - koha.git/commit
Bug 18536: Generating CSV using profile in serials late issues doesn't work as described
authorJosef Moravec <josef.moravec@gmail.com>
Thu, 4 May 2017 08:54:30 +0000 (08:54 +0000)
committerMason James <mtj@kohaaloha.com>
Wed, 24 May 2017 03:44:13 +0000 (15:44 +1200)
commit329d9c4cf534df2842f0e550cab61cd15ac82802
treef4d990f7c7739ac0f52976547e893c0d4df5e3a4
parentbd37e7b000ead2e4d5e9e895b0a09261f65295a1
Bug 18536: Generating CSV using profile in serials late issues doesn't work as described

Description on editing csv profiles says:

"You can also use your own headers (instead of the ones from Koha) by
prefixing the field name with an header, followed by the equal sign."

So the header should be optional, but in fact it's mandatory. Also the
regular expression to cut table name from beginning of db column is not
right.

Test plan:

0. Don't apply the patch
1. Make two CSV profiles for exporting late issues
    a) SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSUENUMBER=serial.serialseq|LATE SINCE=serial.planneddate
    b) aqbooksellers.name|TITLE=subscription.title|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate
2. Export late issues, profile a) works as expected, profile b) doesn't
3. Apply the patch
4. Both profiles should work

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
serials/lateissues-export.pl