[Koha-bugs] [Bug 10266] Restricted status doesn't show in OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 17 07:59:29 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10266

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18181|0                           |1
        is obsolete|                            |

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 18182
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18182&action=edit
[PASSED QA] Bug 4173 - Statuses not appearing in the OPAC

Simply revert order of 2 lines in Items.pm. Previous line write to
variable used in next line as function argument.

To Test:

Give an item a special restricted value, define one if you have to
in the authorised values.

Observe that, without this patch, statuses are not shown in the
OPAC in parentheses. My example was an item that had a restricted
value of "Library Staff Only"

It should have been shown under status on the detail page of the
OPAC, but was not.

Apply the patch, observe that restricted values are now shown
for your item, for example:
Available (Library Staff Only) in the status column.

Signed-off-by: Liz Rea <liz at catalyst.net.nz>
http://bugs.koha-community.org/show_bug.cgi?id=10266

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Passes all tests and test plan.
Simple change fixing a display problem, no string changes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list