Bug 21749: Fix import of CSV biblio framework
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Nov 2018 16:14:19 +0000 (13:14 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 23 Nov 2018 16:10:37 +0000 (16:10 +0000)
commit64405cf90671d0126200732a64f29fad2cccffb4
tree597b60684692c8abff617322869e7fb1aa5db234
parent9e46509487e673ea26c786fba7a334a48855fd07
Bug 21749: Fix import of CSV biblio framework

Bug 9701 added 2 new columns to the table marc_tag_structure which broke
the import of biblio frameworks if the CSV file was generated with a
previous version.

Test plan:
- Export a biblio framework from 17.11
- Import it into 18.05+

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

https://bugs.koha-community.org/show_bug.cgi?id=21740

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 2d1b80d216b2bdf4eefc05f773d85f9cf14823b3)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/ImportExportFramework.pm