[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-70-ge564d2e63b

Git repo owner gitmaster at git.koha-community.org
Sat Nov 14 03:53:50 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, 20.05.x has been updated
       via  e564d2e63b631edcfa7a7b9ae81b5aa8562de31b (commit)
       via  885791f964e8bcc359d5af70cf5309ee5dabeeb9 (commit)
       via  2b3e477be3690d4e718bc683e87e73065aaf0d6b (commit)
      from  deaa657362567308aa9837004376d3275e78bedf (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 e564d2e63b631edcfa7a7b9ae81b5aa8562de31b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 1 10:50:17 2020 +0000

    Bug 26583: Remove unneccessary code in AddIssue
    
    The lines to calc due date are doubled
    
    ModDateLastSeen is not needed as we set the item not lost and we can set
    the date as we do for date last borrowed and save a DB store
    
    Largely this is reading the code and confirming the changes make sense
    
    To test:
    1 - Apply patch
    2 - Check out items, confirm it works as before
    3 - prove -v t/db_dependent/Circulation.t
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6e37dcafee872cdea378ba845ef49d702a3fbfc5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 885791f964e8bcc359d5af70cf5309ee5dabeeb9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Oct 24 00:21:55 2020 +0000

    Bug 26726: (QA follow-up) Add line break and 'the' for readability
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6da94551f122373e9ec418d3c80035c599c18fb5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 2b3e477be3690d4e718bc683e87e73065aaf0d6b
Author: Tal Rogoff <tal.rogoff at cass.govt.nz>
Date:   Fri Oct 23 23:02:29 2020 +0000

    Bug 26726: changed the text of the "here" link on the transport cost matrix administration page
    
    test plan:
    1.Set the UseTransportCostMatrix system to disabled
    2.Go to Administration>Transport cost matrix
    3.Blue box at top of the page contains link labelled "here"
    4.Apply patch
    5.Refresh page
    6.Link should now be labelled "UseTransportCostMatrix"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c85b3ee07f551644891c86a74d6d2f87bfc9bdeb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                            | 12 +++---------
 .../prog/en/modules/admin/transport-cost-matrix.tt           |  2 +-
 2 files changed, 4 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list