]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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>
Mon, 8 Dec 2014 14:38:43 +0000 (09:38 -0500)
commit606028935f730200f8ac26fa27ed092bf79f09c8
tree1205f728d8924ec03d7365951361b49751365143
parentd93660f5f67024f8b4f504d760a3bf019f1f98d6
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