Summary: | sub find_value not used in tools/batchMod.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.11.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 28445 | ||
Attachments: |
Bug 28765: Remove sub find_value from batchMod.pl
Bug 28765: Remove sub find_value from batchMod.pl Bug 28765: Remove sub find_value from batchMod.pl |
Description
Jonathan Druart
2021-07-27 12:54:51 UTC
Created attachment 123211 [details] [review] Bug 28765: Remove sub find_value from batchMod.pl It has never been used and should be removed Test plan: Search for "find_value" in the file and confirm that there is no more occurrence Created attachment 123353 [details] [review] Bug 28765: Remove sub find_value from batchMod.pl It has never been used and should be removed Test plan: Search for "find_value" in the file and confirm that there is no more occurrence Signed-off-by: David Nind <david@davidnind.com> Just came accross this myself.. the same function in additem is also not used as far as I can tell but you appear to have dealt with that in bug 27526. Created attachment 123735 [details] [review] Bug 28765: Remove sub find_value from batchMod.pl It has never been used and should be removed Test plan: Search for "find_value" in the file and confirm that there is no more occurrence Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Trivial fix, PQA Pushed to master for 21.11, thanks to everybody involved! |