[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-17-g797af67544

Git repo owner gitmaster at git.koha-community.org
Sat Jul 25 00:14:04 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, 20.05.x has been updated
       via  797af6754455b9c029679e8d3c345c8a09ee9b30 (commit)
      from  ca2e551a4ab5aaf5a9e9fb0b87af4519d8fb5d61 (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 797af6754455b9c029679e8d3c345c8a09ee9b30
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>

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

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