Summary: | Can't change library with patron batch modification tool | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Tools | Assignee: | Alex Sassmannshausen <alex> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | bob, fridolin.somers, jonathan.druart, jzairo, mtj |
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: | ||
Circulation function: | |||
Bug Depends on: | 15758 | ||
Bug Blocks: | |||
Attachments: |
Bug 19074: bugfix: Dereference correct value from Koha::Object.
Bug 19073: bugfix: Dereference correct value from Koha::Object. [SIGNED OFF] Bug 19073: bugfix: Dereference correct value from Koha::Object. Bug 19073: (bug 15758 follow-up) Dereference correct value from Koha::Object. |
Description
Katrin Fischer
2017-08-10 09:59:24 UTC
Created attachment 65799 [details] [review] Bug 19074: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated Created attachment 65801 [details] [review] Bug 19073: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated Created attachment 65805 [details] [review] [SIGNED OFF] Bug 19073: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated https://bugs.koha-community.org/show_bug.cgi?id=19073 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Caused by: commit 9b9803b69c8bde879768ccfa3cc4688ef46b7799 Bug 15758: Koha::Libraries - Remove GetBranchesLoop Created attachment 65841 [details] [review] Bug 19073: (bug 15758 follow-up) Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> This is a bad one, it affects 16.11.x and 17.05.x Pushed to master for 17.11, thanks to everybody involved! Pushed to 17.05.x, will be in 17.05.04. This patch has been pushed to 16.11.x and will be in 16.11.12. Pushed to 16.05.x, for 16.05.17 release *** Bug 18792 has been marked as a duplicate of this bug. *** |