Bug 16035: MARC default bibliographic framework Export fix
authorAleisha Amohia <aleishaamohia@hotmail.com>
Wed, 24 Aug 2016 21:24:45 +0000 (21:24 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 8 Sep 2016 12:07:55 +0000 (12:07 +0000)
commit705097f938ba9334c21b3e6f006bd7c9ba38763c
treebca6c1f37e139a529f15bec782763b7f609115c1
parent20fcac24e8c798fb2fb79bf84ebe39c18161d9b0
Bug 16035: MARC default bibliographic framework Export fix

This patch makes sure that, if there is no framework code,
     $frameworkcode is set to 'default'. This fixes the format issue.
     Then, if $frameworkcode = default, an empty string (rather than
     null) is passed to the ExportFramework method, as the framework
     code in the DB for default codes is "".

To test:
1) Go to Admin -> MARC Bibliographic framework
2) Try to export default framework in all formats, notice the file is
only exported as .ods and is an empty file. Notice warns in intranet
error log.
3) Apply patch and refresh page
4) Confirm exporting default framework works in all formats and
spreadsheet has data
5) Notice warns in error log are gone
6) Confirm export still works for other frameworks

Sponsored-by: Catalyst IT
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
admin/import_export_framework.pl