Bug 19430

Summary: Can't receive serials from subscription detail page
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: SerialsAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: blocker    
Priority: P5 - low CC: acovaliov, colin.campbell, josef.moravec, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2017-10-07 18:12:40 UTC
When trying to receive a serial from the serial subscription page, I receive an internal server error:

Can't call method "title" on an undefined value at /home/vagrant/kohaclone/serials/serials-edit.pl line 424.

URL:
http://localhost:8081/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=8&serstatus=1,3
Comment 1 Josef Moravec 2017-10-08 07:07:19 UTC
I wasn't able to reproduce it...

If I look in the code, it looks like you don't have attached the subscription to any biblio - which should not be possible. Or, there could be problem with retrieving info about subscription in serials-edit.pl... Just trying to guess...
Comment 2 Katrin Fischer 2017-10-08 09:18:35 UTC
Interesting, I will check with a fresh db and new subscription to make sure!
Comment 3 Katrin Fischer 2017-10-08 09:20:37 UTC
Something must have been wrong with the data I tested with, sorry!
Comment 4 Nick Clemens (kidclamp) 2018-07-05 15:51:47 UTC
Just commenting, this error occurs on clicking receive when there are no expected issues, the biblio information retrieval is tied to having issues in status 1,3 in the GetSerials2 sub