]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add checks for void lost on claims returned in circulation.
authorJason Stephenson <jason@sigio.com>
Mon, 7 Oct 2013 08:17:09 +0000 (04:17 -0400)
committerJason Stephenson <jason@sigio.com>
Tue, 4 Feb 2014 00:50:01 +0000 (19:50 -0500)
commit1a1917fc6cd76d4540642d300daba5a2b594bebd
treeec5414a3dc63ab895bf92a1b24cdfb3bd02e3392
parentf511f046c589a33a0829e3e7f6b39135bcaaef6c
Add checks for void lost on claims returned in circulation.

Modify O::A::Circ::set_circ_claims_returned to check for LOST
stop_fines and then check for the true value of the new settings
for voiding lost charges and the lost processing fee on claims
returned.  Call the new void bills_of_type method in CircCommon
when necessary.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm