Summary: | Final truth value in C4:Circulation has become displaced | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | Circulation | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | brendan, gmcharlt, jonathan.druart, julian.maurice, kyle.m.hall, m.de.rooy, veron |
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: | 11201 | ||
Bug Blocks: | |||
Attachments: |
Proposed patch
Bug 15841 Circulation module's true value misplaced Bug 15841 Circulation module's true value misplaced |
Description
Colin Campbell
2016-02-17 12:47:24 UTC
Created attachment 48165 [details] [review] Proposed patch Created attachment 48267 [details] [review] Bug 15841 Circulation module's true value misplaced 1; was not at the end of the module as it should be to ensure compilation returns true return it to last line of code where it should be This patch fixes an ovious mistake. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 48272 [details] [review] Bug 15841 Circulation module's true value misplaced 1; was not at the end of the module as it should be to ensure compilation returns true return it to last line of code where it should be This patch fixes an ovious mistake. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Good catch.
> This patch fixes an ovious mistake.
:)
Pushed to Master - Should be in the May 2016 release. Thanks ! Patch pushed to 3.22.x, will be in 3.22.4 |