[koha-commits] main Koha release repository branch master updated. v19.11.00-1766-gcc6c3f5815

Git repo owner gitmaster at git.koha-community.org
Wed Apr 15 10:02:56 CEST 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  cc6c3f581593e4b9c6e31b5209c95d01f7a30ae4 (commit)
       via  909e172c17d0bb69fa9f9a25bf7d075b7dcc99c2 (commit)
       via  0a1fdaf9f22016dddc1c324a62e4ff52276e9aba (commit)
       via  0ef1e1a24ca0ecc53c81d2c1dae218004e7730b6 (commit)
      from  60f4104626e4c846f089789fdf67adcf7db3e8f3 (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 cc6c3f581593e4b9c6e31b5209c95d01f7a30ae4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 14 12:00:01 2020 +0200

    Bug 25137: (bug 23084 follow-up) Fix incorrect grep ternary condition
    
    The lack of parenthesis makes the condition evaluated wrong.
    
    Test plan:
    - confirm you have a branch with code X
    - enter X in PatronSelfRegistrationLibraryList
    - go to cgi-bin/koha/opac-memberentry.pl (either as a logged in patron or as a self-reg patron)
    - confirm branch dropdown is not empty and contain X
    - empty out PatronSelfRegistrationLibraryList
    - reload cgi-bin/koha/opac-memberentry.pl and confirm branches show
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 909e172c17d0bb69fa9f9a25bf7d075b7dcc99c2
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Mar 6 11:38:03 2020 +0000

    Bug 24820: Use 'date' instead of 'timestamp' for cashup
    
    Prior to this patch we were comparing cash register action timestamp to
    accountlines date fields to fetch the list of outstanding accountlines.
    
    accountlines.date is a transient field used as 'updated_on' and so this
    was a logical mistake. We should be using the 'date' field which is
    fixed 'created_on' time.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0a1fdaf9f22016dddc1c324a62e4ff52276e9aba
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Apr 14 10:16:58 2020 +0100

    Bug 25139: Corrections to date picker handling
    
    It would appear one has to format the dates in the controller rather
    than in the template for input fields.. I wasn't aware of this caveat
    until now.
    
    Test plan
    1/ Prior to applying patch attempt to look at previous transactions
    ensuring you enter a 'to' date.
    2/ Note a catastrophic failure
    3/ Apply patch
    4/ Look at the same date range and note you no longer get a failure but
    are instead faced with the requested transactions.
    5/ Signoff
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0ef1e1a24ca0ecc53c81d2c1dae218004e7730b6
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Feb 20 12:10:57 2020 +0000

    Bug 24697: Split items.uri on staff detail view
    
    If there are more URIs, we split on vertical bar and show the real URL
    instead of duplicated text. Otherwise display depends on the pref
    URLLinkText.
    
    Test plan:
    Create item with uri = A | B | C
    Create another item with uri = D
    Check the results on staff detail view (items table).
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Cash/Register.pm                                      |  2 +-
 .../intranet-tmpl/prog/en/modules/catalogue/detail.tt      | 14 +++++++++-----
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt    |  4 ++--
 opac/opac-memberentry.pl                                   |  6 +++++-
 pos/register.pl                                            |  7 ++++---
 5 files changed, 21 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list