LP#1198465 Stop using storage wrapper for generate_fines()
authorDan Wells <dbw2@calvin.edu>
Fri, 5 Dec 2014 18:57:12 +0000 (13:57 -0500)
committerDan Wells <dbw2@calvin.edu>
Tue, 17 Feb 2015 21:04:22 +0000 (16:04 -0500)
commitba2d571c50ecb577f3e97d9dde6d65376058abfc
tree9f20c1992816bb9594c2ae4274a53845b1ad1663
parent9ff76d03fb1cd0d3e75c6e340831d6a5568b9ea8
LP#1198465 Stop using storage wrapper for generate_fines()

With pieces now in place, let's stop using the storage wrapper for
generate_fines() and call the code directly.

Also, to avoid potential confusion, rename the calling function in
Circulate.pm from generate_fines() to handle_fines().  This function
may also be taking on more than just fine generation in the near future.

Finally, since the new generate_fines() expects one or more pre-filtered
circ objects, add the requisite stop_fines check to handle_fines().

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm