[koha-commits] main Koha release repository branch master updated. v3.22.00-1305-g4867744

Git repo owner gitmaster at git.koha-community.org
Wed Apr 27 18:20:50 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  486774412796c43f1627c5a2efdfbf2dbb47ac32 (commit)
      from  16b939c3bc8ab1102c007d759e6a23929939e9fd (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 486774412796c43f1627c5a2efdfbf2dbb47ac32
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 29 16:38:18 2016 +0100

    Bug 16158: Move GetAuthorisedValues outside the loop
    
    In catalogue/detail.pl and catalogue/moredetail.pl, the
    GetAuthorisedValues subroutine is called once per item. It's not needed,
    only 1 call is enough.
    
    Test plan:
    Edit item and view a catalogue record.
    The withdrawn, lost and damaged values should be correctly
    displayed/saved.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <bredan at bywatersolutions.com>

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

Summary of changes:
 catalogue/detail.pl                                  |   15 ++++++++-------
 catalogue/moredetail.pl                              |   14 +++++++++++---
 .../prog/en/modules/catalogue/detail.tt              |    8 ++++----
 .../prog/en/modules/catalogue/moredetail.tt          |   18 +++++++++---------
 4 files changed, 32 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list