[koha-commits] main Koha release repository branch master updated. v19.11.00-311-g312e773

Git repo owner gitmaster at git.koha-community.org
Mon Jan 13 15:23:39 CET 2020


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  312e773d65624f37bc9597df2db471c3f7877127 (commit)
       via  44e4110d6ee712e0a78646590d6df12aa7d0449f (commit)
       via  4e8ecf0d3dbd3dc1bc58a42586abe72b26395c8d (commit)
       via  e48d396002588d7d6c16ec7d72bcc32227eae6ee (commit)
      from  df80750e5e8151ee08b7ed49a205d7e27d983e4b (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 312e773d65624f37bc9597df2db471c3f7877127
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 29 10:57:18 2019 +0000

    Bug 18355: (QA follow-up) Rearrange comments, improve code
    
    Comments were hard to read (for me) but tastes differ..
    
    Code should reflect that permanent_location is a code and that location
    may be already an authval. See detail.pl:
    $item->{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) );
    
    Obviously, this kind of logic divided over two places should be reduced.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 44e4110d6ee712e0a78646590d6df12aa7d0449f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 1 11:23:48 2018 -0300

    Bug 18355: Display permanent location with cart location
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4e8ecf0d3dbd3dc1bc58a42586abe72b26395c8d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 5 17:04:45 2019 -0300

    Bug 21466: Catch any values that should be defined in the AV but are not
    
    Let's expand the idea of the first patch to catch the wrong values for
    any others AV.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e48d396002588d7d6c16ec7d72bcc32227eae6ee
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 17 15:08:58 2018 -0300

    Bug 21466: Search for items.location inconsistencies
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/catalogue/detail.tt            |   16 ++++-
 .../maintenance/search_for_data_inconsistencies.pl |   61 +++++++++++++++++++-
 2 files changed, 74 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list