]> git.koha-community.org Git - koha.git/commit
Bug 10266 - Statuses not appearing in the OPAC
authorRafal Kopaczka <rkk0@poczta.onet.pl>
Wed, 15 May 2013 14:19:05 +0000 (16:19 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 17 May 2013 11:54:42 +0000 (07:54 -0400)
commit6a3c13ad5c9b19df7ed29e0d733e63351fc1955a
treee44727bda3255de9c47b64810b5c3cdd7e504223
parentbbc4267296a2d00522648eafd232ecc69a31712e
Bug 10266 - 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@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and test plan.
Simple change fixing a display problem, no string changes.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 5c95148bb1852d4b26e64368b6d1013b60a5cf18)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Items.pm