[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-16-gbe39690df9

Git repo owner gitmaster at git.koha-community.org
Tue Aug 4 00:50: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, 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 <fridolin.somers at biblibre.com>
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 <david at davidnind.com>
    
    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 e441cb35fb13670e65b9437706561c17d1311945)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 797af6754455b9c029679e8d3c345c8a09ee9b30)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

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


More information about the koha-commits mailing list