Bug 17295

Summary: Missed variable removal in subscription-add.pl from Bug 15758
Product: Koha Reporter: Nick Clemens <nick>
Component: SerialsAssignee: Nick Clemens <nick>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: colin.campbell, jonathan.druart, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 15758    
Bug Blocks:    
Attachments: Bug 17295 - Missed variable removal in subscription-add.pl from Bug 15758
Bug 17295 - Missed variable removal in subscription-add.pl from Bug 15758

Description Nick Clemens 2016-09-13 14:09:42 UTC
stray '$branchloop' variable left in perl file
Comment 1 Nick Clemens 2016-09-13 14:11:11 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2016-09-13 14:48:35 UTC
Created attachment 55541 [details] [review]
Bug 17295 - Missed variable removal in subscription-add.pl from Bug 15758

To test:
Load subscription-add.pl
Get an error
Apply patch
Reload
Koha is less sad (page loads okay)
Verify that normal functions work

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 3 Jonathan Druart 2016-09-13 14:48:57 UTC
Trivial, skipping QA.
Thanks Nick!
Comment 4 Kyle M Hall 2016-09-13 18:12:46 UTC
Pushed to master for 16.11, thanks Nick!