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, 19.11.x has been updated
       via  8ca23ac2891e0231baace1b6e27a1e86bef0b27b (commit)
      from  5419c0b85d46b1ac109183d76cba88566861bbbd (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 8ca23ac2891e0231baace1b6e27a1e86bef0b27b
Author: David Cook <[email protected]>
Date:   Thu Sep 3 05:40:57 2020 +0000

    Bug 26362: Show correct libraries in overdues report
    
    Currently the overdues report does the following display:
    Patron library = home branch
    Home library = holding branch
    Holding library = patron branch
    
    This patch corrects the display of libraries in the overdues report.
    
    To test:
    
    0) Do not apply patch
    1) Go to 
http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51
    2) Go to http://localhost:8081/cgi-bin/koha/circ/set-library.pl
    3) Choose "Troy"
    4) http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51
    5) Checkout "39999000004571" with due date of "09/01/2019 23:59"
    
    Note the facts:
    Patron library = Centerville
    Home library = Fairview
    Holding library = Troy
    
    6) Go to http://localhost:8081/cgi-bin/koha/circ/overdue.pl
    7) Change "Columns" visibility to show Holding and Home libraries
    8) Note that the libraries are incorrect:
    
    Patron library appears to be: Fairview
    Home library appears to be: Troy
    Holding library appears to be: Centerville
    
    9) Apply the patch
    10) koha-plack --restart kohadev
    11) Go to http://localhost:8081/cgi-bin/koha/circ/overdue.pl
    12) Change "Columns" visibility to show Holding and Home libraries
    13) Note that the libraries are correct:
    
    Patron library appears to be: Centerville
    Home library appears to be: Fairview
    Holding library appears to be: Troy
    
    Signed-off-by: Emmi Takkinen <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit b729886216560fdf50d88dc8214c0dbb58720b5c)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit b10162f3a2086be33abd3df45e717d7c6e902388)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to