| Summary: | findborrower is not used in circulation.tt | ||
|---|---|---|---|
| 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: | minor | ||
| Priority: | P5 - low | CC: | f.demians, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 17020: Do no pass findborrower to the template
[SIGNED-OFF] Bug 17020: Do no pass findborrower to the template [PASSED QA] Bug 17020: Do no pass findborrower to the template |
||
|
Description
Jonathan Druart
2016-08-02 14:02:38 UTC
Created attachment 53905 [details] [review] Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Created attachment 53994 [details] [review] [SIGNED-OFF] Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 54110 [details] [review] [PASSED QA] Bug 17020: Do no pass findborrower to the template Indeed, it's not used! Test plan: git grep '\[% findborrower' should not return any result. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 16.11, thanks Jonathan! Pushed in 16.05. Will be in 16.05.03. |