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>
Tue, 17 Feb 2015 21:04:22 +0000 (16:04 -0500)
commit7b99e53b7e93ca8a129c5fce7c1007f79c928581
tree9752f9aa033091daa303ad27b6cbcddd9a4a21b9
parent3c54d9e995c702d1a896e34756d3997cdf5bb7fa
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