Bug 22414 - Discrepancy in serials-edit.pl url when receiving serial subscription issues
Summary: Discrepancy in serials-edit.pl url when receiving serial subscription issues
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: 18.11
Hardware: All All
: P5 - low trivial (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-26 11:32 UTC by Lucy Vaux-Harvey
Modified: 2019-03-26 03:21 UTC (History)
2 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 Lucy Vaux-Harvey 2019-02-26 11:32:18 UTC
The url when you click on the Receive button from the subscription-detail.pl page is different to the one used in Actions from the serials-search.pl results screen:
Subscription-detail.pl:
/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=39&serstatus=1,3
Serials-search.pl:
/cgi-bin/koha/serials/serials-edit.pl?subscriptionid=39&serstatus=1,3,7
 
It would be good if the two options for receiving issues behaved in the same way.
Comment 1 Hayley Pelham 2019-03-26 03:21:19 UTC
I've traced this back to 2009 where these statuses were first added to the code base. It looks like these numbers can affect the status of the subscriptions on the receive page, but it also looks like these numbers could be done without. I'd be keen to get a second opinion on this though!