Summary: | Do not show "not for loan" description if false | ||
---|---|---|---|
Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
Component: | Searching | Assignee: | Fridolin Somers <fridolin.somers> |
Status: | CLOSED INVALID | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris |
Version: | 3.4 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | Proposed patch |
Description
Fridolin Somers
2011-04-06 09:47:39 UTC
Created attachment 3731 [details] [review] Proposed patch Can you describe the circumstances under which this bug can be observed? Perhaps include a screenshot? I've looked into actual code : The line modified by this patch is in a conditional section : $item->{notforloan} > 0 So the notforloan can't be 0 in this place. This bug is obsolete. |