LP#1198465 First pass at generate_fines cstore conversion
authorDan Wells <dbw2@calvin.edu>
Wed, 3 Dec 2014 19:49:54 +0000 (14:49 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 21 Jan 2015 22:08:57 +0000 (17:08 -0500)
commit778fee68372c3639d04e6fd3c51ec342719e3715
treebb5b9dd5cbdf6047eca8dece0b6adbee06045272
parent946f4e910e9450ac13ef98e1418819aa7821c790
LP#1198465 First pass at generate_fines cstore conversion

Broadly speaking, this commit does two things:

1) Rewrite bits of the generate_fines copy in CircCommon.pm to use
cstore in place of the DBI code bits.
2) Gut the old generate_fines in Publisher/action.pm, including helper
bits, then make it a wrapper for the CircCommon verison.

This is a rough pass, but works in basic testing.

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