Bug 19430 - Can't receive serials from subscription detail page
Summary: Can't receive serials from subscription detail page
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: Main
Hardware: All All
: P5 - low blocker (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-07 18:12 UTC by Katrin Fischer
Modified: 2019-10-14 19:58 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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