[koha-commits] main Koha release repository branch master updated. v16.05.00-680-g705097f

Git repo owner gitmaster at git.koha-community.org
Thu Sep 8 15:07:06 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  705097f938ba9334c21b3e6f006bd7c9ba38763c (commit)
      from  20fcac24e8c798fb2fb79bf84ebe39c18161d9b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 705097f938ba9334c21b3e6f006bd7c9ba38763c
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Aug 24 21:24:45 2016 +0000

    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 at myacpl.org>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 admin/import_export_framework.pl |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list