]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1198465 Recombine generate_fines()
authorDan Wells <dbw2@calvin.edu>
Fri, 5 Dec 2014 17:33:09 +0000 (12:33 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 20 Feb 2015 21:20:43 +0000 (16:20 -0500)
commit1d2a885426d74841bbc912e868b62e08bd65baec
treec5187b0d1dc2e9877b0fdd2a20dbcb021e7df448
parent14de2b0e47813e76fff1b067ccf02afbefd9df3b
LP#1198465 Recombine generate_fines()

The generate_fines() method was split back in 2010.  There is some
concern about the speed of checkin (e.g. via SIP for a sorter, where we
don't care about fines), and this may have been the reason for the
split.  It might also have been the fact that waiting for the storage
xact to finish was causing the circ xact to timeout.

In any case, since we are bringing them into the same xact now, reason
number 2 is invalid, and reason number 1 won't be helped by the split
anymore (since there is no longer any parallel action).  Let's bring it
back together.

Ultimately, as suggested by Mike, we will probably want to refactor a
bit and return a streaming response for sorting location, then a final
response once we have the fine generation figured out.

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