]> git.koha-community.org Git - koha.git/commit
Bug 8079 - opac not showing fines - says 'no'
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 12 Feb 2013 15:54:23 +0000 (10:54 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Feb 2013 05:34:17 +0000 (18:34 +1300)
commitb403c46ed9af626dd402bf90489214b430eaa0e1
treea3e2062492b8ae98172bbde44c7836ceaaf7f6ec
parentcae93c6770d07bc05c91250c0333d21828179b02
Bug 8079 - opac not showing fines - says 'no'

Make charges of type FU be counted for opac-user.pl

Test Plan:
1) Checkout an item to a patron, back date the date due enough to create fines
2) Run fines.pl
3) Log into the patron's account via the OPAC
4) Note the fines line for that issue says 'No'
5) Apply patch
6) Reload opac-user.pl, not the fines column now says 'Yes'

Signed-off-by: David Cook <dcook@prosentient.com.au>
Works great, Kyle. Seeing as my test patron had $4500 in fines for that item, I was glad to see that column switch to "Yes" ;).

I'm not sure what the difference is between FU and F is, or what L means, but the patch works, so I'm signing off.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
This works as described, all tests and QA script are ok.
Note: why show yes and not the fine amount?
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
opac/opac-user.pl