[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-33-g8a4a166713

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 19:07:24 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  8a4a1667136332a4a8d84df00617d9e70673fd67 (commit)
      from  f470d3f75d55201e5caa088919fe3d30586c92a9 (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 8a4a1667136332a4a8d84df00617d9e70673fd67
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jul 29 13:23:14 2020 +0100

    Bug 26082: Call store on new items to update itemnumber
    
    Need to add call to store to Koha::Item->new so that itemnumber
    is returned - otherwise is not defined and causes an error
    Bug is a side-effect of Bug 23463 as this was implicitly
    done in AddItem
    
    Also set biblioitemnumber explicitly for item adds this also
    used to be done explicitly but can now cause an FK error
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b5a36c20a20721e82820ccaaf139285beadbaaf0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/EDI.pm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list