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)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 15 Nov 2018 12:47:36 +0000 (12:47 +0000)
commit2d1b80d216b2bdf4eefc05f773d85f9cf14823b3
tree34bae36369f33c886ace810d1795e9499cfea394
parentcbb90000fd21d16aa23077dd061d15954bd1955c
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>
C4/ImportExportFramework.pm