Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 28 Dec 2015 13:57:41 +0000 (10:57 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Tue, 29 Dec 2015 09:34:28 +0000 (10:34 +0100)
commita90e8e2297210996a1967978b1dd3d0dc7056411
tree9d6665e8b21ca843e2b02edaa880d0fcbcdf5988
parentd2fde14375d5b58dfe8e0deba143abafea569f41
Bug 15431: svc/checkouts dies due to undefined variable (13024 merge problem)

When bug 13024 was merged into 3.20.x, a bug was introduced by replacing the
old way to fetch itemtype descriptions with the newer (3.22+).

To test:
- Perform a checkout on a patron
- Check so all checkouts are shown immediately
=> FAIL: It keeps loading forever. The logs show the svc/checkouts script died
- Apply the patch
- Reload page
=> SUCCESS: It loads the circ information correctly
- Sign off :-D

Regards

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
svc/checkouts