]> git.koha-community.org Git - koha.git/commit
Bug 12778 - Regression: Item lost status doesn't show in list of checkouts
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 13 Nov 2014 17:03:42 +0000 (12:03 -0500)
committerMason James <mtj@kohaaloha.com>
Thu, 22 Jan 2015 17:51:37 +0000 (06:51 +1300)
commit2094d1c27e48e61532b58613a1add1c8e760f245
tree16660f19d4e756e9c6954b266b11a293ed98ec43
parent07975ec0e02a98709ae90b825d793a02c6407f89
Bug 12778 - Regression: Item lost status doesn't show in list of checkouts

When using the longoverdue script it's possible that items marked lost
remain on the patron account. I think it's important for staff to see
that some items are marked lost - currently the list of checkouts
doesn't show any sign of the lost status.

Test Plan:
1) Find a patron with a checked out lost item
2) Note the lost status is not displayed in the checkouts table
3) Apply this patch
4) Refresh the page, note the lost status now displays
5) Repeat this test plan for a damaged item

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Tested successfully with damaged and multiple lost values.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, no problems found.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Conflicts:
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
svc/checkouts