[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-44-geeb0a86d0f

Git repo owner gitmaster at git.koha-community.org
Fri Apr 10 18:16:12 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, 19.05.x has been updated
       via  eeb0a86d0ff012b7f2f2984660a94917dba2f4e7 (commit)
      from  a31d2ca846a7d7fc62dc7e05a0136e2ee3b4db0a (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 eeb0a86d0ff012b7f2f2984660a94917dba2f4e7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Mar 9 09:41:26 2020 +0000

    Bug 19288: Don't show patron info for item level holds on details.pl unless hold is waiting
    
    This persists after bug 20948 - we can still display patron information even if this patron is not the one
    who will receive the item upon checkin. The holds tab can give an overview of holds and information - I think
    on the details page the only info we need is whether there might be a item level hold, not who it is for
    
    To test:
    1 - Place an item level hold for delivery at a branch not matching home branch of item
    2 - Place a record level hold for delivery at homebranch of item placed on hold above
    3 - Enable LocalHoldsPriority with 'pickup library' matches the item's 'home library'
    4 - View the details for the page, it says the item has a hold for the patron with an item level hold
    5 - Check in the item, the hold triggered is for the next available patron, ignore the hold
    6 - Apply patch
    7 - Check details page, 'There is an item-level hold (priority=1)' with no patron info
    8 - Check in, next available hold is still the one triggered
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 2c2e229709e723c7604fecf0a5607486ed1e6d14)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list