[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-38-gc32edbd

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:55:42 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.20.x has been updated
       via  c32edbd6e1d25583b8bf040e472727b0058a87d6 (commit)
      from  48a5514a9342404d7f7f9d1fcae1c9eaa8f5a3fa (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 c32edbd6e1d25583b8bf040e472727b0058a87d6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 17 14:31:55 2015 +0100

    Bug 6657: Prevent biblionumber to be duplicated
    
    If the biblionumber field is displayed in the framework, on editing a
    biblio the field/subfield will be duplicated.
    To prevent that this patch adds a check when building the field list.
    
    Test plan:
    1/ map biblio.biblionumber with 999$c
    2/ Display 999$c in a framework
    3/ Edit a biblio using this framework
    4/ Save => The field should not have been duplicated
    
    5/ map biblio.biblionumber with 001
    6/ Display 001 in a framework
    7/ Edit a biblio using this framework
    8/ Save => The field should not have been duplicated
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described, aldo removes duplicate values.
    No errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 9ae556a21243ecae669bda2c5f42a67769ae9d78)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 C4/Biblio.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list