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>
Thu, 22 Jan 2015 20:45:28 +0000 (15:45 -0500)
commit308329b53141dbb3efd5d6fab23330a1bf1b1687
tree7bd0143296f3b59f53f32c8ef7f10a99039b0458
parent9a18f6299a45de2863b875c122da0243dd07b1e5
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