Bug 15451: Do not considered a Resultset as a Result
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 6 Jan 2016 08:58:13 +0000 (08:58 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:18:36 +0000 (17:18 +0000)
commit0e9c3d446d999b00558611746f433cf193669adf
tree1494d82cf305584347ec2150a187a471d1a08a9d
parentf3d7f271078f10837b5d1877e2cdfee209c98381
Bug 15451: Do not considered a Resultset as a Result

The previous calls were wrong, but there is something bad with the DB
structure: export_format.profile should be a unique key.
This patch fixes the previous calls and add a FIXME not to forget to fix
the DB structure.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Previous test where done with all patches applied,
including this one, and all worked.
No errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Exporter/Record.pm
misc/export_records.pl
tools/export.pl