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  8ea97143a53baf145fe2bb707760a4631a18096a (commit)
      from  cebd342a49bf4218c6f937278b7d90641a88ca47 (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 8ea97143a53baf145fe2bb707760a4631a18096a
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Nov 10 14:11:10 2020 +0100

    Bug 26987: (bug 23463 follow-up) Fix serial receipt if 
makePreviousSerialAvailable
    
    $serialitem is not a Koha::Item there, we need to fetch the item before.
    
    Test plan:
    Turn makePreviousSerialAvailable on
    Create a subscription
    Receive an serial item, mark it "arrived"
    Without this patch Koha explodes with
    No property notforloan for Koha::Serial::Item at 
/usr/share/perl5/Exception/Class/Base.pm line 88
    Koha::Object::set('Koha::Serial::Item=HASH(0x55dd67c75700)', 
'HASH(0x55dd672cec30)') called at /kohadevbox/koha/serials/serials-edit.pl line 
273
    
    With this patch applied the notforloan and itype values are correctly
    set for the new serial item.
    
    Signed-off-by: Magnus Enger <mag...@libriotech.no>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
    (cherry picked from commit dc465736cd14a860ffbda1571012fe94fb1e65fa)
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>

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

Summary of changes:
 serials/serials-edit.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to