[koha-commits] main Koha release repository branch master updated. v3.18.00-239-g02b7012

Git repo owner gitmaster at git.koha-community.org
Wed Feb 4 19:47: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, master has been updated
       via  02b70129c94a0c77d4a3d6f81c88ac92c5a3561c (commit)
       via  6a7dbb3051bfa82f6ddcdfda907b4d95f1bf1d79 (commit)
       via  06f4950aa21ff889cff81f27b2f4e79788db193f (commit)
       via  c9af47b86c653946916349ea021171b99f6bb44d (commit)
      from  ac3f497f64c1854a275fe894c1070f5888c1c302 (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 02b70129c94a0c77d4a3d6f81c88ac92c5a3561c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 21 09:56:42 2015 +0100

    Bug 13320: Fix "Tax inc." vs "Tax exc."
    
    The parcel page always displayes "Tax exc." even when values don't
    include taxes.
    
    Test plan:
    On the parcel page, verify that the string "Tax *" is correct.
    This appears in the already received order table.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6a7dbb3051bfa82f6ddcdfda907b4d95f1bf1d79
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 21 09:51:18 2015 +0100

    Bug 13320: Move price calculation from tt to pl
    
    In parcel.tt, total are calculated for subtotal.
    
    This could be done in the pl script for more consistency.
    
    Test plan:
    Go on a parcel page with several already received orders.
    Orders must be linked to different funds.
    If possible ecost and unitprice (price on ordering and on receiving)
    should changed (different values will be displayed in the table).
    
    The values displayed before and after the patch must be the same.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 06f4950aa21ff889cff81f27b2f4e79788db193f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 20 07:18:11 2015 -0500

    Bug 13599 - Add patron cardnumber to self registration confirmation
    
    Some libraries wish to display the patron's cardnumber on the
    confirmation screen for patron self registration, rather than make the
    patron locate it his or her cardnumber by logging in and browsing to the
    personal details page. We should also add ids to these fields for easy
    css styling/hiding.
    
    Test Plan:
    1) Apply this patch
    2) Ensure that autoMemberNum is enabled
    3) Self-register a new patron
    4) Note confirmation screen now displays the patron cardnumber
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c9af47b86c653946916349ea021171b99f6bb44d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 9 16:01:35 2015 +0100

    Bug 13544: Make it explicit that getauthtypes returns a hash ref
    
    Prior to perl 5.12 keys can only operate on a hash.
    
    Test plan:
    With perl 5.10, access to admin/auth_subfields_structure.pl.
    Without this patch, you get:
    Type of arg 1 to keys must be hash (not subroutine entry) at
    /home/koha/src/admin/auth_subfields_structure.pl line 102, near
    "getauthtypes)"
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed problem and tested patch on a sandbox, signed off locally.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 acqui/parcel.pl                                    |   13 +++++---
 admin/auth_subfields_structure.pl                  |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   31 +++++---------------
 .../en/modules/opac-registration-confirmation.tt   |   19 ++++++++++--
 4 files changed, 34 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list