[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.07-19-g5ba9be9

Git repo owner gitmaster at git.koha-community.org
Thu Feb 26 04:26:45 CET 2015


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, 3.16.x has been updated
       via  5ba9be9026f4a071d98b4c7ab4da5ad09db5eb63 (commit)
      from  e706d0d66f76866080aeadf2248a522802cc47d1 (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 5ba9be9026f4a071d98b4c7ab4da5ad09db5eb63
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jan 29 16:18:19 2015 +0100

    Bug 12860: the export tools explodes if a field is not exported
    
    To reproduce:
    1/ Go on tools/export.pl
    2/ Export some records and specify you don't want the fields 245 (the
    whole field, do not specify a subfield).
    3/ Export, BOOM
    Software error:
    Arguments must be MARC::Field object at /home/koha/src/tools/export.pl line 400.
    
    Test plan:
    Apply the patch and confirm the fields 245 are not exported and the
    export works as expected.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    
    Export fails to asplode with this patch
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 tools/export.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list