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  dc94e57b9620116a889b39eef700ace2f42b8664 (commit)
      from  276602aadbdb27cbec780c9564b93ccd0c1961b6 (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 dc94e57b9620116a889b39eef700ace2f42b8664
Author: Colin Campbell <[email protected]>
Date:   Fri Sep 11 18:16:28 2020 +0100

    Bug 26438: Rename temporary Koha::Item variables to avoid conflict
    
    Returns from Koha::Item calls were stored in temporary variables
    called $item. Unfortunately they occur in routines already with
    an $item variable holding a lineitem and hide that variable although
    only required for two lines of code. An error occurs if girfield
    is called on the wrong variable. Renamed all three occurences
    of $item to $kitem to avoid the error
    
    Signed-off-by: Kyle M Hall <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 647e05d8265831a09f6c624928990cfd62896b39)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

Summary of changes:
 Koha/EDI.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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