Bug 22414

Summary: Discrepancy in serials-edit.pl url when receiving serial subscription issues
Product: Koha Reporter: Lucy Vaux-Harvey <lucy.vaux-harvey>
Component: SerialsAssignee: Bugs List <koha-bugs>
Status: In Discussion --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: colin.campbell, hayleypelham
Version: 18.11   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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!