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 <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit b5a36c20a20721e82820ccaaf139285beadbaaf0)
    
    Signed-off-by: Lucas Gass <[email protected]>

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

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