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  be39690df9b44d400c3a0fa6633f524d2ecf62c0 (commit)
      from  b4e9d551dcd951e5f92f138cfa152d590a9fd49e (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 be39690df9b44d400c3a0fa6633f524d2ecf62c0
Author: Fridolin Somers <[email protected]>
Date:   Wed Jun 24 17:05:30 2020 +0200

    Bug 25868: Fix transfers page to show effective itemtype
    
    In transfers page /cgi-bin/koha/circ/branchtransfers.pl :
    Itemtype is always from biblioitems.itemtype, regardless of system 
preference item-level_itypes.
    
    Patch also changes template to use the object Koha::Item.
    
    Patch also fixes a small typo : closed <form> tag.
    
    Test plan :
    1) Test with both values of system preference 'item-level_itypes'
    2) Go to Circulation > Transfert
    3) Enter a barcode
    4) Enter another barcode
    5) Check you see in table all datas and that 'Item type' is correct
    
    Signed-off-by: David Nind <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit e441cb35fb13670e65b9437706561c17d1311945)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit 797af6754455b9c029679e8d3c345c8a09ee9b30)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

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

Summary of changes:
 circ/branchtransfers.pl                            | 44 ++++++----------------
 .../prog/en/modules/circ/branchtransfers.tt        | 28 ++++++++------
 2 files changed, 28 insertions(+), 44 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